Skip to content

Conversation

@kkewwei
Copy link
Contributor

@kkewwei kkewwei commented Apr 24, 2025

Description

[Describe what this change achieves]

Related Issues

Resolves #17965

Check List

  • Functionality includes testing.
  • API changes companion pull request created, if applicable.
  • Public documentation issue/PR created, if applicable.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@kkewwei kkewwei marked this pull request as draft April 24, 2025 03:45
@github-actions github-actions bot added enhancement Enhancement or improvement to existing feature or request Indexing Indexing, Bulk Indexing and anything related to indexing labels Apr 24, 2025
@kkewwei kkewwei force-pushed the numberField_support_skiplist branch 3 times, most recently from 4b29d6b to 263e99a Compare April 24, 2025 03:53
@alchemist51
Copy link
Contributor

I'm inline with overall changes, one small query though: Do we want to add an benchmark for it?

Something like this: https://github.com/opensearch-project/OpenSearch/blob/main/benchmarks/src/main/java/org/opensearch/benchmark/index/mapper/CustomBinaryDocValuesFieldBenchmark.java

Document document = new Document();
fieldAValues[docId] = randomDouble();
document.add(new SortedNumericDocValuesField(fieldA, NumericUtils.doubleToSortableLong(fieldAValues[docId])));
document.add(SortedNumericDocValuesField.indexedField(fieldA, NumericUtils.doubleToSortableLong(fieldAValues[docId])));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Lets not enable by default ? One option is to introduce a new parameter for skipper similar to docValues / index / stored_fields to the user. [ Of course docValues must be true for skipper to be true ]

  2. Also we must see if we need to enable in experimental mode for now until search takes advantage of this data structure.

  3. Do we have any benchmarks in terms of storage if we enable for all fields like this ? We can try atleast in few OSB workloads with and without this change.

@kkewwei kkewwei marked this pull request as draft May 25, 2025 07:31
@kkewwei kkewwei force-pushed the numberField_support_skiplist branch from 6622724 to 186e96a Compare May 30, 2025 09:24
@kkewwei
Copy link
Contributor Author

kkewwei commented May 30, 2025

{"run-benchmark-test": "id_4"}

@github-actions
Copy link
Contributor

The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/3281/ . Final results will be published once the job is completed.

@github-actions
Copy link
Contributor

❌ Gradle check result for 186e96a: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

Benchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/3281/

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 1.726 s
Total Young Gen GC count 62
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 22.1056 GB
Translog size 5.12227e-08 GB
Heap used for segments 0 MB
Heap used for doc values 0 MB
Heap used for terms 0 MB
Heap used for norms 0 MB
Heap used for points 0 MB
Heap used for stored fields 0 MB
Segment count 18
Min Throughput wait-for-snapshot-recovery 4.18125e+07 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18125e+07 byte/s
Median Throughput wait-for-snapshot-recovery 4.18125e+07 byte/s
Max Throughput wait-for-snapshot-recovery 4.18125e+07 byte/s
100th percentile latency wait-for-snapshot-recovery 562388 ms
100th percentile service time wait-for-snapshot-recovery 562388 ms
error rate wait-for-snapshot-recovery 0 %
Min Throughput wait-until-merges-finish 113.53 ops/s
Mean Throughput wait-until-merges-finish 113.53 ops/s
Median Throughput wait-until-merges-finish 113.53 ops/s
Max Throughput wait-until-merges-finish 113.53 ops/s
100th percentile latency wait-until-merges-finish 8.50004 ms
100th percentile service time wait-until-merges-finish 8.50004 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 7.10679 ms
90th percentile latency default 7.71087 ms
99th percentile latency default 8.23627 ms
100th percentile latency default 8.27292 ms
50th percentile service time default 5.79363 ms
90th percentile service time default 6.22856 ms
99th percentile service time default 6.72577 ms
100th percentile service time default 6.78614 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 10.5172 ms
90th percentile latency desc_sort_timestamp 11.0893 ms
99th percentile latency desc_sort_timestamp 14.9698 ms
100th percentile latency desc_sort_timestamp 16.2128 ms
50th percentile service time desc_sort_timestamp 9.14294 ms
90th percentile service time desc_sort_timestamp 9.61946 ms
99th percentile service time desc_sort_timestamp 13.4727 ms
100th percentile service time desc_sort_timestamp 14.896 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 1.99 ops/s
Mean Throughput asc_sort_timestamp 1.99 ops/s
Median Throughput asc_sort_timestamp 2 ops/s
Max Throughput asc_sort_timestamp 2 ops/s
50th percentile latency asc_sort_timestamp 307.109 ms
90th percentile latency asc_sort_timestamp 310.412 ms
99th percentile latency asc_sort_timestamp 317.918 ms
100th percentile latency asc_sort_timestamp 320.263 ms
50th percentile service time asc_sort_timestamp 306.099 ms
90th percentile service time asc_sort_timestamp 309.675 ms
99th percentile service time asc_sort_timestamp 317.02 ms
100th percentile service time asc_sort_timestamp 319.126 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 2 ops/s
Mean Throughput desc_sort_with_after_timestamp 2 ops/s
Median Throughput desc_sort_with_after_timestamp 2 ops/s
Max Throughput desc_sort_with_after_timestamp 2 ops/s
50th percentile latency desc_sort_with_after_timestamp 215.547 ms
90th percentile latency desc_sort_with_after_timestamp 217.426 ms
99th percentile latency desc_sort_with_after_timestamp 247.964 ms
100th percentile latency desc_sort_with_after_timestamp 262.548 ms
50th percentile service time desc_sort_with_after_timestamp 213.483 ms
90th percentile service time desc_sort_with_after_timestamp 215.281 ms
99th percentile service time desc_sort_with_after_timestamp 245.843 ms
100th percentile service time desc_sort_with_after_timestamp 260.483 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 2 ops/s
Mean Throughput asc_sort_with_after_timestamp 2 ops/s
Median Throughput asc_sort_with_after_timestamp 2 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 205.307 ms
90th percentile latency asc_sort_with_after_timestamp 215.816 ms
99th percentile latency asc_sort_with_after_timestamp 231.556 ms
100th percentile latency asc_sort_with_after_timestamp 242.495 ms
50th percentile service time asc_sort_with_after_timestamp 204.073 ms
90th percentile service time asc_sort_with_after_timestamp 214.737 ms
99th percentile service time asc_sort_with_after_timestamp 230.424 ms
100th percentile service time asc_sort_with_after_timestamp 241.118 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 8.20614 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.69357 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 10.0737 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 10.0759 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.88079 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 7.15908 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 9.07361 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 9.10683 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.69034 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.15114 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.39715 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.41732 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.33686 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.52738 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.74651 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.75663 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.89404 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.37782 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 11.0526 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 11.1355 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.57411 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.76077 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 9.70848 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.7761 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.07406 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.53983 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.1098 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.1339 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.71694 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.87796 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.74445 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.75444 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 6.55884 ms
90th percentile latency term 6.98044 ms
99th percentile latency term 7.44846 ms
100th percentile latency term 7.54248 ms
50th percentile service time term 5.16795 ms
90th percentile service time term 5.34792 ms
99th percentile service time term 6.09575 ms
100th percentile service time term 6.21462 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.29 ops/s
Mean Throughput multi_terms-keyword 1.29 ops/s
Median Throughput multi_terms-keyword 1.29 ops/s
Max Throughput multi_terms-keyword 1.29 ops/s
50th percentile latency multi_terms-keyword 68921.8 ms
90th percentile latency multi_terms-keyword 79641.3 ms
99th percentile latency multi_terms-keyword 82050 ms
100th percentile latency multi_terms-keyword 82180.1 ms
50th percentile service time multi_terms-keyword 767.094 ms
90th percentile service time multi_terms-keyword 779.555 ms
99th percentile service time multi_terms-keyword 814.453 ms
100th percentile service time multi_terms-keyword 821.38 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2 ops/s
Median Throughput keyword-terms 2 ops/s
Max Throughput keyword-terms 2.01 ops/s
50th percentile latency keyword-terms 32.0806 ms
90th percentile latency keyword-terms 42.3464 ms
99th percentile latency keyword-terms 44.1606 ms
100th percentile latency keyword-terms 44.9514 ms
50th percentile service time keyword-terms 30.5161 ms
90th percentile service time keyword-terms 41.0558 ms
99th percentile service time keyword-terms 42.8315 ms
100th percentile service time keyword-terms 43.7538 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 24.1219 ms
90th percentile latency keyword-terms-low-cardinality 35.7895 ms
99th percentile latency keyword-terms-low-cardinality 36.9272 ms
100th percentile latency keyword-terms-low-cardinality 37.1257 ms
50th percentile service time keyword-terms-low-cardinality 21.9545 ms
90th percentile service time keyword-terms-low-cardinality 33.4442 ms
99th percentile service time keyword-terms-low-cardinality 34.4333 ms
100th percentile service time keyword-terms-low-cardinality 34.5715 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 208.724 ms
90th percentile latency composite-terms 211.271 ms
99th percentile latency composite-terms 216.419 ms
100th percentile latency composite-terms 216.854 ms
50th percentile service time composite-terms 207.535 ms
90th percentile service time composite-terms 210.086 ms
99th percentile service time composite-terms 215.089 ms
100th percentile service time composite-terms 215.838 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 335.737 ms
90th percentile latency composite_terms-keyword 341.685 ms
99th percentile latency composite_terms-keyword 348.737 ms
100th percentile latency composite_terms-keyword 349.784 ms
50th percentile service time composite_terms-keyword 334.828 ms
90th percentile service time composite_terms-keyword 340.756 ms
99th percentile service time composite_terms-keyword 347.796 ms
100th percentile service time composite_terms-keyword 348.774 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.75631 ms
90th percentile latency composite-date_histogram-daily 5.2676 ms
99th percentile latency composite-date_histogram-daily 5.40418 ms
100th percentile latency composite-date_histogram-daily 5.42912 ms
50th percentile service time composite-date_histogram-daily 3.4359 ms
90th percentile service time composite-date_histogram-daily 3.58134 ms
99th percentile service time composite-date_histogram-daily 3.8189 ms
100th percentile service time composite-date_histogram-daily 3.82376 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 47.5402 ms
90th percentile latency range 48.6225 ms
99th percentile latency range 49.0947 ms
100th percentile latency range 49.1144 ms
50th percentile service time range 46.2484 ms
90th percentile service time range 47.1357 ms
99th percentile service time range 47.556 ms
100th percentile service time range 47.6364 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 4.62938 ms
90th percentile latency range-numeric 5.10526 ms
99th percentile latency range-numeric 5.53173 ms
100th percentile latency range-numeric 5.86435 ms
50th percentile service time range-numeric 3.24863 ms
90th percentile service time range-numeric 3.36505 ms
99th percentile service time range-numeric 3.74666 ms
100th percentile service time range-numeric 4.04604 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 15.1646 ms
90th percentile latency keyword-in-range 15.7538 ms
99th percentile latency keyword-in-range 18.2854 ms
100th percentile latency keyword-in-range 20.4078 ms
50th percentile service time keyword-in-range 13.7845 ms
90th percentile service time keyword-in-range 14.1759 ms
99th percentile service time keyword-in-range 16.9068 ms
100th percentile service time keyword-in-range 19.2828 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 7.95284 ms
90th percentile latency date_histogram_hourly_agg 9.14349 ms
99th percentile latency date_histogram_hourly_agg 9.43178 ms
100th percentile latency date_histogram_hourly_agg 9.45309 ms
50th percentile service time date_histogram_hourly_agg 6.41033 ms
90th percentile service time date_histogram_hourly_agg 7.53579 ms
99th percentile service time date_histogram_hourly_agg 7.8088 ms
100th percentile service time date_histogram_hourly_agg 7.8263 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 43.8639 ms
90th percentile latency date_histogram_minute_agg 44.6687 ms
99th percentile latency date_histogram_minute_agg 45.9477 ms
100th percentile latency date_histogram_minute_agg 46.0628 ms
50th percentile service time date_histogram_minute_agg 42.7737 ms
90th percentile service time date_histogram_minute_agg 43.4348 ms
99th percentile service time date_histogram_minute_agg 44.9024 ms
100th percentile service time date_histogram_minute_agg 45.1176 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 43.66 pages/s
Mean Throughput scroll 43.7 pages/s
Median Throughput scroll 43.69 pages/s
Max Throughput scroll 43.76 pages/s
50th percentile latency scroll 18197.7 ms
90th percentile latency scroll 20941.5 ms
99th percentile latency scroll 21482.8 ms
100th percentile latency scroll 21511.6 ms
50th percentile service time scroll 559.246 ms
90th percentile service time scroll 573.374 ms
99th percentile service time scroll 695.933 ms
100th percentile service time scroll 798.984 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.64444 ms
90th percentile latency query-string-on-message 7.10524 ms
99th percentile latency query-string-on-message 7.75542 ms
100th percentile latency query-string-on-message 8.19837 ms
50th percentile service time query-string-on-message 5.30526 ms
90th percentile service time query-string-on-message 5.51353 ms
99th percentile service time query-string-on-message 6.32057 ms
100th percentile service time query-string-on-message 6.95101 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 13.9784 ms
90th percentile latency query-string-on-message-filtered 14.4571 ms
99th percentile latency query-string-on-message-filtered 17.0268 ms
100th percentile latency query-string-on-message-filtered 18.9841 ms
50th percentile service time query-string-on-message-filtered 12.6972 ms
90th percentile service time query-string-on-message-filtered 13.2223 ms
99th percentile service time query-string-on-message-filtered 15.9625 ms
100th percentile service time query-string-on-message-filtered 18.1109 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 23.8904 ms
90th percentile latency query-string-on-message-filtered-sorted-num 24.9158 ms
99th percentile latency query-string-on-message-filtered-sorted-num 25.5875 ms
100th percentile latency query-string-on-message-filtered-sorted-num 25.7774 ms
50th percentile service time query-string-on-message-filtered-sorted-num 21.5598 ms
90th percentile service time query-string-on-message-filtered-sorted-num 22.3984 ms
99th percentile service time query-string-on-message-filtered-sorted-num 24.0221 ms
100th percentile service time query-string-on-message-filtered-sorted-num 24.1124 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 6.6473 ms
90th percentile latency sort_keyword_can_match_shortcut 7.14052 ms
99th percentile latency sort_keyword_can_match_shortcut 8.17149 ms
100th percentile latency sort_keyword_can_match_shortcut 8.36124 ms
50th percentile service time sort_keyword_can_match_shortcut 5.28271 ms
90th percentile service time sort_keyword_can_match_shortcut 5.60522 ms
99th percentile service time sort_keyword_can_match_shortcut 6.67931 ms
100th percentile service time sort_keyword_can_match_shortcut 6.74961 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 6.22747 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.70726 ms
99th percentile latency sort_keyword_no_can_match_shortcut 7.18224 ms
100th percentile latency sort_keyword_no_can_match_shortcut 7.21216 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.9156 ms
90th percentile service time sort_keyword_no_can_match_shortcut 5.14759 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.63813 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.76564 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.81689 ms
90th percentile latency sort_numeric_desc 6.20353 ms
99th percentile latency sort_numeric_desc 6.50594 ms
100th percentile latency sort_numeric_desc 6.5458 ms
50th percentile service time sort_numeric_desc 4.49112 ms
90th percentile service time sort_numeric_desc 4.61613 ms
99th percentile service time sort_numeric_desc 4.83675 ms
100th percentile service time sort_numeric_desc 4.89904 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 1.99 ops/s
Mean Throughput sort_numeric_asc 1.99 ops/s
Median Throughput sort_numeric_asc 1.99 ops/s
Max Throughput sort_numeric_asc 1.99 ops/s
50th percentile latency sort_numeric_asc 342.638 ms
90th percentile latency sort_numeric_asc 345.464 ms
99th percentile latency sort_numeric_asc 353.356 ms
100th percentile latency sort_numeric_asc 353.423 ms
50th percentile service time sort_numeric_asc 341.496 ms
90th percentile service time sort_numeric_asc 344.273 ms
99th percentile service time sort_numeric_asc 352.005 ms
100th percentile service time sort_numeric_asc 352.167 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.6781 ms
90th percentile latency sort_numeric_desc_with_match 4.14184 ms
99th percentile latency sort_numeric_desc_with_match 4.3427 ms
100th percentile latency sort_numeric_desc_with_match 4.40485 ms
50th percentile service time sort_numeric_desc_with_match 2.43225 ms
90th percentile service time sort_numeric_desc_with_match 2.50528 ms
99th percentile service time sort_numeric_desc_with_match 2.60577 ms
100th percentile service time sort_numeric_desc_with_match 2.61743 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.79371 ms
90th percentile latency sort_numeric_asc_with_match 4.15381 ms
99th percentile latency sort_numeric_asc_with_match 4.42155 ms
100th percentile latency sort_numeric_asc_with_match 4.5198 ms
50th percentile service time sort_numeric_asc_with_match 2.52866 ms
90th percentile service time sort_numeric_asc_with_match 2.59419 ms
99th percentile service time sort_numeric_asc_with_match 2.80188 ms
100th percentile service time sort_numeric_asc_with_match 2.94161 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.79453 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.21506 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.45182 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.47914 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.45999 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.55223 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.78893 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.83727 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.84053 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.29024 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 5.35729 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 5.46383 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.54345 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.65297 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.8224 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.94012 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.74116 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.15918 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.42059 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.50709 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.39026 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.51898 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.78355 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.85755 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.48401 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.80678 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.97476 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.97868 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.08798 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.18579 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.2754 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.27739 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.28 ops/s
Mean Throughput range-auto-date-histo 0.28 ops/s
Median Throughput range-auto-date-histo 0.28 ops/s
Max Throughput range-auto-date-histo 0.28 ops/s
50th percentile latency range-auto-date-histo 769445 ms
90th percentile latency range-auto-date-histo 892417 ms
99th percentile latency range-auto-date-histo 919681 ms
100th percentile latency range-auto-date-histo 921191 ms
50th percentile service time range-auto-date-histo 3547.7 ms
90th percentile service time range-auto-date-histo 3641.33 ms
99th percentile service time range-auto-date-histo 3793.46 ms
100th percentile service time range-auto-date-histo 3852.21 ms
error rate range-auto-date-histo 0 %
Min Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.09 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.81081e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 3.25949e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 3.36065e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 3.36621e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 11709.6 ms
90th percentile service time range-auto-date-histo-with-metrics 11825.7 ms
99th percentile service time range-auto-date-histo-with-metrics 12036 ms
100th percentile service time range-auto-date-histo-with-metrics 12133.5 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 4.1864 ms
90th percentile latency range-agg-1 4.66212 ms
99th percentile latency range-agg-1 4.97852 ms
100th percentile latency range-agg-1 5.07865 ms
50th percentile service time range-agg-1 2.85688 ms
90th percentile service time range-agg-1 3.05031 ms
99th percentile service time range-agg-1 3.22928 ms
100th percentile service time range-agg-1 3.31027 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 4.1814 ms
90th percentile latency range-agg-2 4.66335 ms
99th percentile latency range-agg-2 4.8297 ms
100th percentile latency range-agg-2 4.84071 ms
50th percentile service time range-agg-2 2.91299 ms
90th percentile service time range-agg-2 3.04786 ms
99th percentile service time range-agg-2 3.08651 ms
100th percentile service time range-agg-2 3.0903 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 6.11012 ms
90th percentile latency cardinality-agg-low 7.20927 ms
99th percentile latency cardinality-agg-low 7.40948 ms
100th percentile latency cardinality-agg-low 7.41458 ms
50th percentile service time cardinality-agg-low 4.70757 ms
90th percentile service time cardinality-agg-low 5.70706 ms
99th percentile service time cardinality-agg-low 5.76708 ms
100th percentile service time cardinality-agg-low 5.78679 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.64 ops/s
Mean Throughput cardinality-agg-high 0.64 ops/s
Median Throughput cardinality-agg-high 0.64 ops/s
Max Throughput cardinality-agg-high 0.64 ops/s
50th percentile latency cardinality-agg-high 265395 ms
90th percentile latency cardinality-agg-high 307924 ms
99th percentile latency cardinality-agg-high 317450 ms
100th percentile latency cardinality-agg-high 317970 ms
50th percentile service time cardinality-agg-high 1548.34 ms
90th percentile service time cardinality-agg-high 1612.62 ms
99th percentile service time cardinality-agg-high 1718.49 ms
100th percentile service time cardinality-agg-high 1731.78 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.03 ops/s
Mean Throughput cardinality-agg-very-high 0.03 ops/s
Median Throughput cardinality-agg-very-high 0.03 ops/s
Max Throughput cardinality-agg-very-high 0.03 ops/s
50th percentile latency cardinality-agg-very-high 3.25658e+06 ms
90th percentile latency cardinality-agg-very-high 4.55187e+06 ms
99th percentile latency cardinality-agg-very-high 4.84327e+06 ms
100th percentile latency cardinality-agg-very-high 4.85945e+06 ms
50th percentile service time cardinality-agg-very-high 32848.7 ms
90th percentile service time cardinality-agg-very-high 32966.7 ms
99th percentile service time cardinality-agg-very-high 34190.4 ms
100th percentile service time cardinality-agg-very-high 34213 ms
error rate cardinality-agg-very-high 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

Benchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/106/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 4 0
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 1.617 1.726 0.109 s
Total Young Gen GC count 62 62 0
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 22.1056 22.1056 0 GB
Translog size 5.12227e-08 5.12227e-08 0 GB
Heap used for segments 0 0 0 MB
Heap used for doc values 0 0 0 MB
Heap used for terms 0 0 0 MB
Heap used for norms 0 0 0 MB
Heap used for points 0 0 0 MB
Heap used for stored fields 0 0 0 MB
Segment count 18 18 0
Min Throughput wait-for-snapshot-recovery 4.18573e+07 4.18125e+07 -44756 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18573e+07 4.18125e+07 -44756 byte/s
Median Throughput wait-for-snapshot-recovery 4.18573e+07 4.18125e+07 -44756 byte/s
Max Throughput wait-for-snapshot-recovery 4.18573e+07 4.18125e+07 -44756 byte/s
100th percentile latency wait-for-snapshot-recovery 561532 562388 856.5 ms
100th percentile service time wait-for-snapshot-recovery 561532 562388 856.5 ms
error rate wait-for-snapshot-recovery 0 0 0 %
Min Throughput wait-until-merges-finish 118.866 113.534 -5.33148 ops/s
Mean Throughput wait-until-merges-finish 118.866 113.534 -5.33148 ops/s
Median Throughput wait-until-merges-finish 118.866 113.534 -5.33148 ops/s
Max Throughput wait-until-merges-finish 118.866 113.534 -5.33148 ops/s
100th percentile latency wait-until-merges-finish 8.06981 8.50004 0.43023 ms
100th percentile service time wait-until-merges-finish 8.06981 8.50004 0.43023 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00488 2.00493 5e-05 ops/s
Mean Throughput default 2.00592 2.00598 6e-05 ops/s
Median Throughput default 2.00584 2.00589 6e-05 ops/s
Max Throughput default 2.00728 2.00735 7e-05 ops/s
50th percentile latency default 7.53287 7.10679 -0.42608 ms
90th percentile latency default 7.94697 7.71087 -0.2361 ms
99th percentile latency default 8.78214 8.23627 -0.54587 ms
100th percentile latency default 8.90868 8.27292 -0.63575 ms
50th percentile service time default 6.00977 5.79363 -0.21615 ms
90th percentile service time default 6.40345 6.22856 -0.17489 ms
99th percentile service time default 7.35747 6.72577 -0.6317 ms
100th percentile service time default 7.8675 6.78614 -1.08136 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00487 2.00466 -0.00021 ops/s
Mean Throughput desc_sort_timestamp 2.0059 2.00565 -0.00026 ops/s
Median Throughput desc_sort_timestamp 2.00583 2.00556 -0.00026 ops/s
Max Throughput desc_sort_timestamp 2.00724 2.00693 -0.00031 ops/s
50th percentile latency desc_sort_timestamp 10.6554 10.5172 -0.13819 ms
90th percentile latency desc_sort_timestamp 11.1458 11.0893 -0.05648 ms
99th percentile latency desc_sort_timestamp 13.4604 14.9698 1.5094 ms
100th percentile latency desc_sort_timestamp 13.6596 16.2128 2.55325 ms
50th percentile service time desc_sort_timestamp 9.29373 9.14294 -0.15079 ms
90th percentile service time desc_sort_timestamp 9.57813 9.61946 0.04134 ms
99th percentile service time desc_sort_timestamp 11.9906 13.4727 1.48212 ms
100th percentile service time desc_sort_timestamp 12.0781 14.896 2.8179 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 1.99557 1.9938 -0.00177 ops/s
Mean Throughput asc_sort_timestamp 1.99639 1.99495 -0.00145 ops/s
Median Throughput asc_sort_timestamp 1.99644 1.99502 -0.00142 ops/s
Max Throughput asc_sort_timestamp 1.99702 1.99584 -0.00118 ops/s
50th percentile latency asc_sort_timestamp 293.443 307.109 13.6651 ms
90th percentile latency asc_sort_timestamp 296.192 310.412 14.2198 ms
99th percentile latency asc_sort_timestamp 330.413 317.918 -12.4949 ms
100th percentile latency asc_sort_timestamp 345.38 320.263 -25.1167 ms
50th percentile service time asc_sort_timestamp 291.686 306.099 14.4131 ms
90th percentile service time asc_sort_timestamp 294.371 309.675 15.3037 ms
99th percentile service time asc_sort_timestamp 328.622 317.02 -11.6018 ms
100th percentile service time asc_sort_timestamp 343.606 319.126 -24.4801 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00285 2.00171 -0.00113 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00346 2.00208 -0.00138 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00341 2.00205 -0.00136 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00424 2.00255 -0.00169 ops/s
50th percentile latency desc_sort_with_after_timestamp 179.451 215.547 36.0965 ms
90th percentile latency desc_sort_with_after_timestamp 187.784 217.426 29.6416 ms
99th percentile latency desc_sort_with_after_timestamp 190.862 247.964 57.1012 ms
100th percentile latency desc_sort_with_after_timestamp 191.018 262.548 71.5292 ms
50th percentile service time desc_sort_with_after_timestamp 178.296 213.483 35.1863 ms
90th percentile service time desc_sort_with_after_timestamp 186.727 215.281 28.5542 ms
99th percentile service time desc_sort_with_after_timestamp 189.784 245.843 56.0589 ms
100th percentile service time desc_sort_with_after_timestamp 189.87 260.483 70.6137 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00408 2.0038 -0.00028 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00495 2.0046 -0.00034 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00489 2.00454 -0.00034 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00608 2.00565 -0.00044 ops/s
50th percentile latency asc_sort_with_after_timestamp 176.919 205.307 28.3881 ms
90th percentile latency asc_sort_with_after_timestamp 179.933 215.816 35.8828 ms
99th percentile latency asc_sort_with_after_timestamp 197.764 231.556 33.7921 ms
100th percentile latency asc_sort_with_after_timestamp 199.445 242.495 43.0497 ms
50th percentile service time asc_sort_with_after_timestamp 175.702 204.073 28.3701 ms
90th percentile service time asc_sort_with_after_timestamp 179.136 214.737 35.6006 ms
99th percentile service time asc_sort_with_after_timestamp 196.79 230.424 33.6337 ms
100th percentile service time asc_sort_with_after_timestamp 198.2 241.118 42.9173 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00505 2.00485 -0.00021 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00612 2.00588 -0.00024 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00604 2.0058 -0.00024 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00752 2.00722 -0.0003 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 8.05992 8.20614 0.14621 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.57537 8.69357 0.1182 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 10.2864 10.0737 -0.21268 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 10.5083 10.0759 -0.43243 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.76078 6.88079 0.12001 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.91984 7.15908 0.23924 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.77648 9.07361 0.29713 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.90547 9.10683 0.20137 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00654 2.00653 -1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00793 2.00792 -0 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00781 2.00782 1e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00974 2.00972 -1e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.93674 7.69034 -0.2464 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.39302 8.15114 -0.24188 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.86352 8.39715 -0.46636 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.07229 8.41732 -0.65497 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.57177 6.33686 -0.23491 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.70276 6.52738 -0.17538 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.47208 6.74651 -0.72557 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.49395 6.75663 -0.73731 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.0065 2.00652 1e-05 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00789 2.00791 2e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00778 2.00781 3e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00968 2.00972 4e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.69709 8.89404 0.19695 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 9.15415 9.37782 0.22366 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 10.1494 11.0526 0.90325 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 10.8382 11.1355 0.29737 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 7.37487 7.57411 0.19924 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.53471 7.76077 0.22606 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.97155 9.70848 0.73693 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 9.5098 9.7761 0.2663 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00651 2.00651 -1e-05 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00791 2.0079 -1e-05 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.0078 2.0078 -0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00971 2.0097 -2e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.98873 9.07406 0.08533 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.42824 9.53983 0.11159 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.8646 11.1098 0.24515 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 11.0074 11.1339 0.12649 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.66256 7.71694 0.05437 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.77725 7.87796 0.10071 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.65821 9.74445 0.08624 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.69307 9.75444 0.06136 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.0064 2.00637 -3e-05 ops/s
Mean Throughput term 2.00777 2.00774 -3e-05 ops/s
Median Throughput term 2.00766 2.00763 -3e-05 ops/s
Max Throughput term 2.00953 2.00951 -2e-05 ops/s
50th percentile latency term 5.95373 6.55884 0.60511 ms
90th percentile latency term 6.38996 6.98044 0.59048 ms
99th percentile latency term 6.65099 7.44846 0.79747 ms
100th percentile latency term 6.82081 7.54248 0.72166 ms
50th percentile service time term 4.63102 5.16795 0.53693 ms
90th percentile service time term 4.75797 5.34792 0.58995 ms
99th percentile service time term 5.3269 6.09575 0.76885 ms
100th percentile service time term 5.70933 6.21462 0.50529 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.2983 1.28926 -0.00904 ops/s
Mean Throughput multi_terms-keyword 1.30059 1.29123 -0.00936 ops/s
Median Throughput multi_terms-keyword 1.30065 1.29128 -0.00937 ops/s
Max Throughput multi_terms-keyword 1.30274 1.29301 -0.00972 ops/s
50th percentile latency multi_terms-keyword 67555 68921.8 1366.75 ms
90th percentile latency multi_terms-keyword 77994.4 79641.3 1646.88 ms
99th percentile latency multi_terms-keyword 80355.7 82050 1694.38 ms
100th percentile latency multi_terms-keyword 80482.8 82180.1 1697.38 ms
50th percentile service time multi_terms-keyword 762.257 767.094 4.8364 ms
90th percentile service time multi_terms-keyword 768.598 779.555 10.9564 ms
99th percentile service time multi_terms-keyword 781.268 814.453 33.1848 ms
100th percentile service time multi_terms-keyword 782.264 821.38 39.1154 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.00321 2.00385 0.00065 ops/s
Mean Throughput keyword-terms 2.00388 2.00466 0.00078 ops/s
Median Throughput keyword-terms 2.00383 2.00459 0.00076 ops/s
Max Throughput keyword-terms 2.00476 2.00572 0.00095 ops/s
50th percentile latency keyword-terms 31.2454 32.0806 0.83521 ms
90th percentile latency keyword-terms 42.7292 42.3464 -0.3828 ms
99th percentile latency keyword-terms 43.7806 44.1606 0.38001 ms
100th percentile latency keyword-terms 44.4157 44.9514 0.53563 ms
50th percentile service time keyword-terms 29.7868 30.5161 0.72933 ms
90th percentile service time keyword-terms 41.4008 41.0558 -0.34504 ms
99th percentile service time keyword-terms 42.2551 42.8315 0.57643 ms
100th percentile service time keyword-terms 42.7033 43.7538 1.05046 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.0063 2.00631 1e-05 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00764 2.00766 1e-05 ops/s
Median Throughput keyword-terms-low-cardinality 2.00754 2.00755 1e-05 ops/s
Max Throughput keyword-terms-low-cardinality 2.00938 2.0094 2e-05 ops/s
50th percentile latency keyword-terms-low-cardinality 23.8359 24.1219 0.28604 ms
90th percentile latency keyword-terms-low-cardinality 35.9318 35.7895 -0.14231 ms
99th percentile latency keyword-terms-low-cardinality 36.5004 36.9272 0.42676 ms
100th percentile latency keyword-terms-low-cardinality 36.5815 37.1257 0.5442 ms
50th percentile service time keyword-terms-low-cardinality 21.6318 21.9545 0.32274 ms
90th percentile service time keyword-terms-low-cardinality 33.822 33.4442 -0.37777 ms
99th percentile service time keyword-terms-low-cardinality 34.2197 34.4333 0.21358 ms
100th percentile service time keyword-terms-low-cardinality 34.2204 34.5715 0.35117 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00259 2.00234 -0.00025 ops/s
Mean Throughput composite-terms 2.00313 2.00283 -0.0003 ops/s
Median Throughput composite-terms 2.00308 2.00279 -0.00029 ops/s
Max Throughput composite-terms 2.00385 2.00347 -0.00038 ops/s
50th percentile latency composite-terms 211.801 208.724 -3.0763 ms
90th percentile latency composite-terms 213.89 211.271 -2.61923 ms
99th percentile latency composite-terms 218.853 216.419 -2.43411 ms
100th percentile latency composite-terms 219.247 216.854 -2.39302 ms
50th percentile service time composite-terms 209.976 207.535 -2.44161 ms
90th percentile service time composite-terms 212.575 210.086 -2.48899 ms
99th percentile service time composite-terms 217.372 215.089 -2.28342 ms
100th percentile service time composite-terms 217.634 215.838 -1.7964 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00168 2.00158 -0.0001 ops/s
Mean Throughput composite_terms-keyword 2.00204 2.00192 -0.00012 ops/s
Median Throughput composite_terms-keyword 2.00201 2.00188 -0.00013 ops/s
Max Throughput composite_terms-keyword 2.00249 2.00236 -0.00013 ops/s
50th percentile latency composite_terms-keyword 339.606 335.737 -3.86966 ms
90th percentile latency composite_terms-keyword 348.672 341.685 -6.98703 ms
99th percentile latency composite_terms-keyword 379.282 348.737 -30.5447 ms
100th percentile latency composite_terms-keyword 391.146 349.784 -41.3619 ms
50th percentile service time composite_terms-keyword 338.56 334.828 -3.73262 ms
90th percentile service time composite_terms-keyword 347.71 340.756 -6.95395 ms
99th percentile service time composite_terms-keyword 378.208 347.796 -30.4123 ms
100th percentile service time composite_terms-keyword 390.404 348.774 -41.6304 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00617 2.00615 -2e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.00748 2.00745 -3e-05 ops/s
Median Throughput composite-date_histogram-daily 2.00738 2.00735 -2e-05 ops/s
Max Throughput composite-date_histogram-daily 2.00918 2.00915 -3e-05 ops/s
50th percentile latency composite-date_histogram-daily 4.68026 4.75631 0.07604 ms
90th percentile latency composite-date_histogram-daily 5.09662 5.2676 0.17098 ms
99th percentile latency composite-date_histogram-daily 12.1354 5.40418 -6.73121 ms
100th percentile latency composite-date_histogram-daily 18.8594 5.42912 -13.4303 ms
50th percentile service time composite-date_histogram-daily 3.36273 3.4359 0.07317 ms
90th percentile service time composite-date_histogram-daily 3.48746 3.58134 0.09388 ms
99th percentile service time composite-date_histogram-daily 10.4107 3.8189 -6.59183 ms
100th percentile service time composite-date_histogram-daily 17.0575 3.82376 -13.2337 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.00511 2.00532 0.00022 ops/s
Mean Throughput range 2.0062 2.00645 0.00025 ops/s
Median Throughput range 2.00612 2.00636 0.00024 ops/s
Max Throughput range 2.0076 2.00792 0.00032 ops/s
50th percentile latency range 46.9954 47.5402 0.54482 ms
90th percentile latency range 47.5655 48.6225 1.05708 ms
99th percentile latency range 48.8369 49.0947 0.25781 ms
100th percentile latency range 49.2 49.1144 -0.08562 ms
50th percentile service time range 45.7092 46.2484 0.53922 ms
90th percentile service time range 46.1797 47.1357 0.95604 ms
99th percentile service time range 47.3105 47.556 0.2455 ms
100th percentile service time range 47.5501 47.6364 0.08634 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00656 2.00653 -3e-05 ops/s
Mean Throughput range-numeric 2.00796 2.00792 -4e-05 ops/s
Median Throughput range-numeric 2.00785 2.00781 -4e-05 ops/s
Max Throughput range-numeric 2.00976 2.00972 -5e-05 ops/s
50th percentile latency range-numeric 3.81038 4.62938 0.819 ms
90th percentile latency range-numeric 4.19003 5.10526 0.91523 ms
99th percentile latency range-numeric 4.38376 5.53173 1.14798 ms
100th percentile latency range-numeric 4.42152 5.86435 1.44283 ms
50th percentile service time range-numeric 2.4674 3.24863 0.78123 ms
90th percentile service time range-numeric 2.61944 3.36505 0.74561 ms
99th percentile service time range-numeric 2.68161 3.74666 1.06505 ms
100th percentile service time range-numeric 2.6833 4.04604 1.36274 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.00558 2.00539 -0.00019 ops/s
Mean Throughput keyword-in-range 2.00678 2.00653 -0.00025 ops/s
Median Throughput keyword-in-range 2.00668 2.00644 -0.00024 ops/s
Max Throughput keyword-in-range 2.00832 2.00803 -0.00029 ops/s
50th percentile latency keyword-in-range 14.872 15.1646 0.29251 ms
90th percentile latency keyword-in-range 15.3122 15.7538 0.44159 ms
99th percentile latency keyword-in-range 15.7782 18.2854 2.50718 ms
100th percentile latency keyword-in-range 15.7867 20.4078 4.62111 ms
50th percentile service time keyword-in-range 13.5714 13.7845 0.21311 ms
90th percentile service time keyword-in-range 13.7771 14.1759 0.39885 ms
99th percentile service time keyword-in-range 14.309 16.9068 2.59783 ms
100th percentile service time keyword-in-range 14.4926 19.2828 4.79018 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00634 2.00631 -4e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00769 2.00765 -4e-05 ops/s
Median Throughput date_histogram_hourly_agg 2.00759 2.00754 -4e-05 ops/s
Max Throughput date_histogram_hourly_agg 2.00944 2.0094 -4e-05 ops/s
50th percentile latency date_histogram_hourly_agg 7.33677 7.95284 0.61607 ms
90th percentile latency date_histogram_hourly_agg 8.95224 9.14349 0.19124 ms
99th percentile latency date_histogram_hourly_agg 9.35662 9.43178 0.07515 ms
100th percentile latency date_histogram_hourly_agg 9.35773 9.45309 0.09535 ms
50th percentile service time date_histogram_hourly_agg 6.06937 6.41033 0.34097 ms
90th percentile service time date_histogram_hourly_agg 7.61636 7.53579 -0.08057 ms
99th percentile service time date_histogram_hourly_agg 8.20608 7.8088 -0.39728 ms
100th percentile service time date_histogram_hourly_agg 8.28727 7.8263 -0.46097 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00559 2.00581 0.00022 ops/s
Mean Throughput date_histogram_minute_agg 2.00679 2.00704 0.00025 ops/s
Median Throughput date_histogram_minute_agg 2.00669 2.00695 0.00025 ops/s
Max Throughput date_histogram_minute_agg 2.00833 2.00865 0.00032 ops/s
50th percentile latency date_histogram_minute_agg 44.5322 43.8639 -0.66834 ms
90th percentile latency date_histogram_minute_agg 45.8038 44.6687 -1.13517 ms
99th percentile latency date_histogram_minute_agg 47.8248 45.9477 -1.87713 ms
100th percentile latency date_histogram_minute_agg 48.2197 46.0628 -2.15681 ms
50th percentile service time date_histogram_minute_agg 43.1323 42.7737 -0.35864 ms
90th percentile service time date_histogram_minute_agg 44.5647 43.4348 -1.12994 ms
99th percentile service time date_histogram_minute_agg 46.7638 44.9024 -1.86142 ms
100th percentile service time date_histogram_minute_agg 47.096 45.1176 -1.97831 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 46.1345 43.6576 -2.47691 pages/s
Mean Throughput scroll 46.3417 43.6994 -2.6423 pages/s
Median Throughput scroll 46.3648 43.693 -2.67182 pages/s
Max Throughput scroll 46.5235 43.7608 -2.76271 pages/s
50th percentile latency scroll 9881.46 18197.7 8316.22 ms
90th percentile latency scroll 11057.2 20941.5 9884.31 ms
99th percentile latency scroll 11249.9 21482.8 10232.9 ms
100th percentile latency scroll 11264.2 21511.6 10247.5 ms
50th percentile service time scroll 519.131 559.246 40.115 ms
90th percentile service time scroll 528.478 573.374 44.8954 ms
99th percentile service time scroll 548.196 695.933 147.737 ms
100th percentile service time scroll 549.582 798.984 249.403 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00554 2.00558 4e-05 ops/s
Mean Throughput query-string-on-message 2.00673 2.00678 5e-05 ops/s
Median Throughput query-string-on-message 2.00664 2.00669 5e-05 ops/s
Max Throughput query-string-on-message 2.00826 2.00832 5e-05 ops/s
50th percentile latency query-string-on-message 6.99627 6.64444 -0.35183 ms
90th percentile latency query-string-on-message 7.3796 7.10524 -0.27437 ms
99th percentile latency query-string-on-message 8.48177 7.75542 -0.72635 ms
100th percentile latency query-string-on-message 8.83487 8.19837 -0.63651 ms
50th percentile service time query-string-on-message 5.64511 5.30526 -0.33985 ms
90th percentile service time query-string-on-message 5.81745 5.51353 -0.30392 ms
99th percentile service time query-string-on-message 6.97296 6.32057 -0.65239 ms
100th percentile service time query-string-on-message 7.09037 6.95101 -0.13936 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00632 2.00635 3e-05 ops/s
Mean Throughput query-string-on-message-filtered 2.00766 2.0077 3e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00756 2.00759 4e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00942 2.00946 4e-05 ops/s
50th percentile latency query-string-on-message-filtered 13.9198 13.9784 0.05857 ms
90th percentile latency query-string-on-message-filtered 14.3866 14.4571 0.07051 ms
99th percentile latency query-string-on-message-filtered 14.8255 17.0268 2.20126 ms
100th percentile latency query-string-on-message-filtered 14.916 18.9841 4.0681 ms
50th percentile service time query-string-on-message-filtered 12.6299 12.6972 0.0673 ms
90th percentile service time query-string-on-message-filtered 12.7668 13.2223 0.45555 ms
99th percentile service time query-string-on-message-filtered 13.4834 15.9625 2.47904 ms
100th percentile service time query-string-on-message-filtered 13.9181 18.1109 4.19278 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.00596 2.00574 -0.00021 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00723 2.00697 -0.00026 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00713 2.00687 -0.00026 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00888 2.00855 -0.00033 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 25.6508 23.8904 -1.76035 ms
90th percentile latency query-string-on-message-filtered-sorted-num 26.1088 24.9158 -1.19302 ms
99th percentile latency query-string-on-message-filtered-sorted-num 33.0803 25.5875 -7.49275 ms
100th percentile latency query-string-on-message-filtered-sorted-num 39.407 25.7774 -13.6296 ms
50th percentile service time query-string-on-message-filtered-sorted-num 23.2845 21.5598 -1.72467 ms
90th percentile service time query-string-on-message-filtered-sorted-num 23.6367 22.3984 -1.23824 ms
99th percentile service time query-string-on-message-filtered-sorted-num 30.7904 24.0221 -6.76828 ms
100th percentile service time query-string-on-message-filtered-sorted-num 37.5358 24.1124 -13.4234 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.0064 2.00635 -5e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00775 2.0077 -5e-05 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00765 2.0076 -5e-05 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00952 2.00947 -5e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 6.01932 6.6473 0.62798 ms
90th percentile latency sort_keyword_can_match_shortcut 6.45952 7.14052 0.681 ms
99th percentile latency sort_keyword_can_match_shortcut 6.87378 8.17149 1.29771 ms
100th percentile latency sort_keyword_can_match_shortcut 7.0586 8.36124 1.30265 ms
50th percentile service time sort_keyword_can_match_shortcut 4.68638 5.28271 0.59633 ms
90th percentile service time sort_keyword_can_match_shortcut 4.76827 5.60522 0.83695 ms
99th percentile service time sort_keyword_can_match_shortcut 5.359 6.67931 1.32031 ms
100th percentile service time sort_keyword_can_match_shortcut 5.52972 6.74961 1.21989 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00639 2.00656 0.00017 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00776 2.00795 0.00019 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00764 2.00784 0.0002 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00953 2.00976 0.00023 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.96509 6.22747 0.26239 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.37436 6.70726 0.3329 ms
99th percentile latency sort_keyword_no_can_match_shortcut 7.10635 7.18224 0.07589 ms
100th percentile latency sort_keyword_no_can_match_shortcut 7.16246 7.21216 0.0497 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.6514 4.9156 0.2642 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.73856 5.14759 0.40903 ms
99th percentile service time sort_keyword_no_can_match_shortcut 5.38939 5.63813 0.24873 ms
100th percentile service time sort_keyword_no_can_match_shortcut 5.54588 5.76564 0.21975 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.00551 2.00548 -3e-05 ops/s
Mean Throughput sort_numeric_desc 2.00669 2.00664 -5e-05 ops/s
Median Throughput sort_numeric_desc 2.0066 2.00656 -5e-05 ops/s
Max Throughput sort_numeric_desc 2.00823 2.00816 -7e-05 ops/s
50th percentile latency sort_numeric_desc 5.84165 5.81689 -0.02476 ms
90th percentile latency sort_numeric_desc 6.26354 6.20353 -0.06001 ms
99th percentile latency sort_numeric_desc 6.38823 6.50594 0.11771 ms
100th percentile latency sort_numeric_desc 6.41004 6.5458 0.13576 ms
50th percentile service time sort_numeric_desc 4.53035 4.49112 -0.03923 ms
90th percentile service time sort_numeric_desc 4.61606 4.61613 7e-05 ms
99th percentile service time sort_numeric_desc 4.96318 4.83675 -0.12642 ms
100th percentile service time sort_numeric_desc 5.10712 4.89904 -0.20808 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 1.99345 1.99161 -0.00184 ops/s
Mean Throughput sort_numeric_asc 1.99466 1.99315 -0.00151 ops/s
Median Throughput sort_numeric_asc 1.99473 1.99324 -0.00148 ops/s
Max Throughput sort_numeric_asc 1.99559 1.99434 -0.00125 ops/s
50th percentile latency sort_numeric_asc 347.739 342.638 -5.10124 ms
90th percentile latency sort_numeric_asc 351.015 345.464 -5.55038 ms
99th percentile latency sort_numeric_asc 360.343 353.356 -6.98717 ms
100th percentile latency sort_numeric_asc 360.855 353.423 -7.43161 ms
50th percentile service time sort_numeric_asc 346.68 341.496 -5.18333 ms
90th percentile service time sort_numeric_asc 350.072 344.273 -5.79955 ms
99th percentile service time sort_numeric_asc 359.19 352.005 -7.18558 ms
100th percentile service time sort_numeric_asc 359.576 352.167 -7.4093 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00654 2.00653 -1e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00794 2.00792 -2e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.00783 2.00781 -2e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.00976 2.00973 -2e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.72106 3.6781 -0.04296 ms
90th percentile latency sort_numeric_desc_with_match 4.10237 4.14184 0.03947 ms
99th percentile latency sort_numeric_desc_with_match 4.29209 4.3427 0.05061 ms
100th percentile latency sort_numeric_desc_with_match 4.35448 4.40485 0.05037 ms
50th percentile service time sort_numeric_desc_with_match 2.38292 2.43225 0.04933 ms
90th percentile service time sort_numeric_desc_with_match 2.44601 2.50528 0.05927 ms
99th percentile service time sort_numeric_desc_with_match 2.64214 2.60577 -0.03636 ms
100th percentile service time sort_numeric_desc_with_match 2.66383 2.61743 -0.0464 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00659 2.00656 -3e-05 ops/s
Mean Throughput sort_numeric_asc_with_match 2.00799 2.00797 -2e-05 ops/s
Median Throughput sort_numeric_asc_with_match 2.00788 2.00786 -2e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00981 2.00978 -3e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.89557 3.79371 -0.10186 ms
90th percentile latency sort_numeric_asc_with_match 4.26124 4.15381 -0.10743 ms
99th percentile latency sort_numeric_asc_with_match 4.45433 4.42155 -0.03278 ms
100th percentile latency sort_numeric_asc_with_match 4.45981 4.5198 0.05999 ms
50th percentile service time sort_numeric_asc_with_match 2.58988 2.52866 -0.06122 ms
90th percentile service time sort_numeric_asc_with_match 2.63375 2.59419 -0.03956 ms
99th percentile service time sort_numeric_asc_with_match 2.72455 2.80188 0.07733 ms
100th percentile service time sort_numeric_asc_with_match 2.72842 2.94161 0.21319 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.0066 2.00658 -2e-05 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.008 2.00799 -1e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00789 2.00788 -1e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00983 2.0098 -3e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.66206 3.79453 0.13247 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.05545 4.21506 0.15961 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.2139 4.45182 0.23792 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.24455 4.47914 0.23459 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.35857 2.45999 0.10142 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.41352 2.55223 0.1387 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.50412 2.78893 0.28481 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.52824 2.83727 0.30902 ms
error rate range_field_conjunction_big_range_big_term_query 0 0 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.00658 2.00656 -2e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00798 2.00796 -1e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00787 2.00786 -1e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.0098 2.00977 -3e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.74861 3.84053 0.09192 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.17079 4.29024 0.11944 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.315 5.35729 1.04229 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.32895 5.46383 1.13488 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.46343 2.54345 0.08002 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.55648 2.65297 0.09649 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.75591 2.8224 0.06649 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.8345 2.94012 0.10562 ms
error rate range_field_disjunction_big_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.00658 2.00659 1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00797 2.00799 2e-05 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00787 2.00788 2e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.00979 2.00981 3e-05 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.97238 3.74116 -0.23122 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.36668 4.15918 -0.2075 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.60962 4.42059 -0.18903 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.65044 4.50709 -0.14335 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.65884 2.39026 -0.26857 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.73056 2.51898 -0.21159 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.81941 2.78355 -0.03586 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.86118 2.85755 -0.00363 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.0066 2.00659 -1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00801 2.00799 -1e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.0079 2.00789 -1e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.00983 2.00983 0 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.43222 3.48401 0.05179 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.88011 3.80678 -0.07333 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.98577 3.97476 -0.01101 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 4.00321 3.97868 -0.02453 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.16652 2.08798 -0.07854 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.21624 2.18579 -0.03045 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.29516 2.2754 -0.01976 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.30406 2.27739 -0.02667 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.266893 0.279843 0.01295 ops/s
Mean Throughput range-auto-date-histo 0.266972 0.279916 0.01294 ops/s
Median Throughput range-auto-date-histo 0.266951 0.279917 0.01297 ops/s
Max Throughput range-auto-date-histo 0.267088 0.280028 0.01294 ops/s
50th percentile latency range-auto-date-histo 813126 769445 -43681.9 ms
90th percentile latency range-auto-date-histo 942474 892417 -50057.2 ms
99th percentile latency range-auto-date-histo 971748 919681 -52066.6 ms
100th percentile latency range-auto-date-histo 973386 921191 -52194.4 ms
50th percentile service time range-auto-date-histo 3733.72 3547.7 -186.02 ms
90th percentile service time range-auto-date-histo 3804.54 3641.33 -163.207 ms
99th percentile service time range-auto-date-histo 3948.33 3793.46 -154.864 ms
100th percentile service time range-auto-date-histo 3958.05 3852.21 -105.842 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.0826217 0.0853165 0.00269 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.0826407 0.0853246 0.00268 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.0826425 0.0853251 0.00268 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.08266 0.0853328 0.00267 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.90541e+06 2.81081e+06 -94603.5 ms
90th percentile latency range-auto-date-histo-with-metrics 3.37031e+06 3.25949e+06 -110822 ms
99th percentile latency range-auto-date-histo-with-metrics 3.4749e+06 3.36065e+06 -114251 ms
100th percentile latency range-auto-date-histo-with-metrics 3.48072e+06 3.36621e+06 -114515 ms
50th percentile service time range-auto-date-histo-with-metrics 12096.8 11709.6 -387.234 ms
90th percentile service time range-auto-date-histo-with-metrics 12188.8 11825.7 -363.141 ms
99th percentile service time range-auto-date-histo-with-metrics 12233.1 12036 -197.106 ms
100th percentile service time range-auto-date-histo-with-metrics 12238.4 12133.5 -104.893 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00659 2.00658 -1e-05 ops/s
Mean Throughput range-agg-1 2.008 2.00798 -1e-05 ops/s
Median Throughput range-agg-1 2.00788 2.00787 -1e-05 ops/s
Max Throughput range-agg-1 2.00983 2.0098 -3e-05 ops/s
50th percentile latency range-agg-1 3.96384 4.1864 0.22256 ms
90th percentile latency range-agg-1 4.36291 4.66212 0.29922 ms
99th percentile latency range-agg-1 4.5184 4.97852 0.46011 ms
100th percentile latency range-agg-1 4.52823 5.07865 0.55042 ms
50th percentile service time range-agg-1 2.64171 2.85688 0.21517 ms
90th percentile service time range-agg-1 2.79854 3.05031 0.25177 ms
99th percentile service time range-agg-1 2.87797 3.22928 0.35131 ms
100th percentile service time range-agg-1 2.90159 3.31027 0.40868 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00658 2.00658 -1e-05 ops/s
Mean Throughput range-agg-2 2.008 2.00799 -1e-05 ops/s
Median Throughput range-agg-2 2.00789 2.00788 -1e-05 ops/s
Max Throughput range-agg-2 2.00982 2.00981 -1e-05 ops/s
50th percentile latency range-agg-2 3.95589 4.1814 0.22551 ms
90th percentile latency range-agg-2 4.37835 4.66335 0.28499 ms
99th percentile latency range-agg-2 4.56648 4.8297 0.26322 ms
100th percentile latency range-agg-2 4.59976 4.84071 0.24094 ms
50th percentile service time range-agg-2 2.6305 2.91299 0.28249 ms
90th percentile service time range-agg-2 2.75314 3.04786 0.29472 ms
99th percentile service time range-agg-2 2.80152 3.08651 0.28498 ms
100th percentile service time range-agg-2 2.80171 3.0903 0.2886 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00621 2.00621 0 ops/s
Mean Throughput cardinality-agg-low 2.00753 2.00753 -0 ops/s
Median Throughput cardinality-agg-low 2.00743 2.00742 -0 ops/s
Max Throughput cardinality-agg-low 2.00924 2.00924 0 ops/s
50th percentile latency cardinality-agg-low 5.66869 6.11012 0.44143 ms
90th percentile latency cardinality-agg-low 6.61931 7.20927 0.58996 ms
99th percentile latency cardinality-agg-low 6.88253 7.40948 0.52695 ms
100th percentile latency cardinality-agg-low 6.89037 7.41458 0.52422 ms
50th percentile service time cardinality-agg-low 4.06893 4.70757 0.63864 ms
90th percentile service time cardinality-agg-low 5.08638 5.70706 0.62068 ms
99th percentile service time cardinality-agg-low 5.17041 5.76708 0.59668 ms
100th percentile service time cardinality-agg-low 5.17697 5.78679 0.60982 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.635038 0.641493 0.00646 ops/s
Mean Throughput cardinality-agg-high 0.637187 0.641785 0.0046 ops/s
Median Throughput cardinality-agg-high 0.637365 0.641777 0.00441 ops/s
Max Throughput cardinality-agg-high 0.639125 0.642106 0.00298 ops/s
50th percentile latency cardinality-agg-high 268175 265395 -2780.61 ms
90th percentile latency cardinality-agg-high 309908 307924 -1983.86 ms
99th percentile latency cardinality-agg-high 319624 317450 -2173.39 ms
100th percentile latency cardinality-agg-high 320214 317970 -2244.69 ms
50th percentile service time cardinality-agg-high 1545.3 1548.34 3.03558 ms
90th percentile service time cardinality-agg-high 1607.55 1612.62 5.07239 ms
99th percentile service time cardinality-agg-high 1667.04 1718.49 51.4532 ms
100th percentile service time cardinality-agg-high 1681.41 1731.78 50.3693 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.0300049 0.0303709 0.00037 ops/s
Mean Throughput cardinality-agg-very-high 0.0301965 0.0303916 0.0002 ops/s
Median Throughput cardinality-agg-very-high 0.0301527 0.0303944 0.00024 ops/s
Max Throughput cardinality-agg-very-high 0.0304317 0.0304025 -3e-05 ops/s
50th percentile latency cardinality-agg-very-high 3.2826e+06 3.25658e+06 -26011 ms
90th percentile latency cardinality-agg-very-high 4.55102e+06 4.55187e+06 857 ms
99th percentile latency cardinality-agg-very-high 4.83756e+06 4.84327e+06 5716 ms
100th percentile latency cardinality-agg-very-high 4.85337e+06 4.85945e+06 6080.5 ms
50th percentile service time cardinality-agg-very-high 32298.3 32848.7 550.396 ms
90th percentile service time cardinality-agg-very-high 33296.4 32966.7 -329.633 ms
99th percentile service time cardinality-agg-very-high 37005.2 34190.4 -2814.78 ms
100th percentile service time cardinality-agg-very-high 39355.5 34213 -5142.48 ms
error rate cardinality-agg-very-high 0 0 0 %

@opensearch-trigger-bot
Copy link
Contributor

This PR is stalled because it has been open for 30 days with no activity.

@opensearch-trigger-bot opensearch-trigger-bot bot added the stalled Issues that have stalled label Jun 30, 2025
@kkewwei kkewwei force-pushed the numberField_support_skiplist branch from 186e96a to 17f1869 Compare July 11, 2025 02:28
@kkewwei
Copy link
Contributor Author

kkewwei commented Jul 11, 2025

Queries that show noticeable performance regression:

desc_sort_with_after_timestamp
asc_sort_with_after_timestamp
asc_sort_timestamp_can_match_shortcut
term
multi_terms-keyword
range-numeric
scroll
query-string-on-message-filtered
keyword-in-range
sort_keyword_can_match_shortcut
cardinality-agg-low

I will retest it to double check and then look deeper into the cause.

Signed-off-by: kkewwei <[email protected]>
Signed-off-by: kkewwei <[email protected]>

upgrade os version
@kkewwei kkewwei force-pushed the numberField_support_skiplist branch from 17f1869 to d7947c1 Compare July 11, 2025 02:42
@github-actions
Copy link
Contributor

❌ Gradle check result for d7947c1: FAILURE

Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change?

@kkewwei
Copy link
Contributor Author

kkewwei commented Jul 11, 2025

{"run-benchmark-test": "id_4"}

@github-actions
Copy link
Contributor

The Jenkins job url is https://build.ci.opensearch.org/job/benchmark-pull-request/3722/ . Final results will be published once the job is completed.

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Results

Benchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-pull-request/3722/

Metric Task Value Unit
Cumulative indexing time of primary shards 0 min
Min cumulative indexing time across primary shards 0 min
Median cumulative indexing time across primary shards 0 min
Max cumulative indexing time across primary shards 0 min
Cumulative indexing throttle time of primary shards 0 min
Min cumulative indexing throttle time across primary shards 0 min
Median cumulative indexing throttle time across primary shards 0 min
Max cumulative indexing throttle time across primary shards 0 min
Cumulative merge time of primary shards 0 min
Cumulative merge count of primary shards 0
Min cumulative merge time across primary shards 0 min
Median cumulative merge time across primary shards 0 min
Max cumulative merge time across primary shards 0 min
Cumulative merge throttle time of primary shards 0 min
Min cumulative merge throttle time across primary shards 0 min
Median cumulative merge throttle time across primary shards 0 min
Max cumulative merge throttle time across primary shards 0 min
Cumulative refresh time of primary shards 0 min
Cumulative refresh count of primary shards 4
Min cumulative refresh time across primary shards 0 min
Median cumulative refresh time across primary shards 0 min
Max cumulative refresh time across primary shards 0 min
Cumulative flush time of primary shards 0 min
Cumulative flush count of primary shards 1
Min cumulative flush time across primary shards 0 min
Median cumulative flush time across primary shards 0 min
Max cumulative flush time across primary shards 0 min
Total Young Gen GC time 1.748 s
Total Young Gen GC count 75
Total Old Gen GC time 0 s
Total Old Gen GC count 0
Store size 22.1056 GB
Translog size 5.12227e-08 GB
Heap used for segments 0 MB
Heap used for doc values 0 MB
Heap used for terms 0 MB
Heap used for norms 0 MB
Heap used for points 0 MB
Heap used for stored fields 0 MB
Segment count 18
Min Throughput wait-for-snapshot-recovery 4.18396e+07 byte/s
Mean Throughput wait-for-snapshot-recovery 4.18396e+07 byte/s
Median Throughput wait-for-snapshot-recovery 4.18396e+07 byte/s
Max Throughput wait-for-snapshot-recovery 4.18396e+07 byte/s
100th percentile latency wait-for-snapshot-recovery 562248 ms
100th percentile service time wait-for-snapshot-recovery 562248 ms
error rate wait-for-snapshot-recovery 0 %
Min Throughput wait-until-merges-finish 109.01 ops/s
Mean Throughput wait-until-merges-finish 109.01 ops/s
Median Throughput wait-until-merges-finish 109.01 ops/s
Max Throughput wait-until-merges-finish 109.01 ops/s
100th percentile latency wait-until-merges-finish 8.72288 ms
100th percentile service time wait-until-merges-finish 8.72288 ms
error rate wait-until-merges-finish 0 %
Min Throughput default 2 ops/s
Mean Throughput default 2.01 ops/s
Median Throughput default 2.01 ops/s
Max Throughput default 2.01 ops/s
50th percentile latency default 7.09927 ms
90th percentile latency default 7.55432 ms
99th percentile latency default 8.42449 ms
100th percentile latency default 8.62839 ms
50th percentile service time default 5.77167 ms
90th percentile service time default 6.2086 ms
99th percentile service time default 7.19506 ms
100th percentile service time default 7.46221 ms
error rate default 0 %
Min Throughput desc_sort_timestamp 2 ops/s
Mean Throughput desc_sort_timestamp 2.01 ops/s
Median Throughput desc_sort_timestamp 2.01 ops/s
Max Throughput desc_sort_timestamp 2.01 ops/s
50th percentile latency desc_sort_timestamp 8.71448 ms
90th percentile latency desc_sort_timestamp 9.41879 ms
99th percentile latency desc_sort_timestamp 11.2184 ms
100th percentile latency desc_sort_timestamp 12.4245 ms
50th percentile service time desc_sort_timestamp 7.44202 ms
90th percentile service time desc_sort_timestamp 7.78916 ms
99th percentile service time desc_sort_timestamp 9.74808 ms
100th percentile service time desc_sort_timestamp 10.9469 ms
error rate desc_sort_timestamp 0 %
Min Throughput asc_sort_timestamp 2.01 ops/s
Mean Throughput asc_sort_timestamp 2.01 ops/s
Median Throughput asc_sort_timestamp 2.01 ops/s
Max Throughput asc_sort_timestamp 2.01 ops/s
50th percentile latency asc_sort_timestamp 8.66548 ms
90th percentile latency asc_sort_timestamp 9.17273 ms
99th percentile latency asc_sort_timestamp 10.6429 ms
100th percentile latency asc_sort_timestamp 11.7927 ms
50th percentile service time asc_sort_timestamp 7.40105 ms
90th percentile service time asc_sort_timestamp 7.59813 ms
99th percentile service time asc_sort_timestamp 9.17445 ms
100th percentile service time asc_sort_timestamp 10.046 ms
error rate asc_sort_timestamp 0 %
Min Throughput desc_sort_with_after_timestamp 2 ops/s
Mean Throughput desc_sort_with_after_timestamp 2 ops/s
Median Throughput desc_sort_with_after_timestamp 2 ops/s
Max Throughput desc_sort_with_after_timestamp 2 ops/s
50th percentile latency desc_sort_with_after_timestamp 177.779 ms
90th percentile latency desc_sort_with_after_timestamp 179.68 ms
99th percentile latency desc_sort_with_after_timestamp 204.589 ms
100th percentile latency desc_sort_with_after_timestamp 210.519 ms
50th percentile service time desc_sort_with_after_timestamp 176.517 ms
90th percentile service time desc_sort_with_after_timestamp 178.514 ms
99th percentile service time desc_sort_with_after_timestamp 203.048 ms
100th percentile service time desc_sort_with_after_timestamp 208.973 ms
error rate desc_sort_with_after_timestamp 0 %
Min Throughput asc_sort_with_after_timestamp 2 ops/s
Mean Throughput asc_sort_with_after_timestamp 2 ops/s
Median Throughput asc_sort_with_after_timestamp 2 ops/s
Max Throughput asc_sort_with_after_timestamp 2.01 ops/s
50th percentile latency asc_sort_with_after_timestamp 177.838 ms
90th percentile latency asc_sort_with_after_timestamp 186.46 ms
99th percentile latency asc_sort_with_after_timestamp 195.785 ms
100th percentile latency asc_sort_with_after_timestamp 197.276 ms
50th percentile service time asc_sort_with_after_timestamp 176.736 ms
90th percentile service time asc_sort_with_after_timestamp 185.118 ms
99th percentile service time asc_sort_with_after_timestamp 194.884 ms
100th percentile service time asc_sort_with_after_timestamp 195.992 ms
error rate asc_sort_with_after_timestamp 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.86146 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.31228 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 8.93004 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 8.9605 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.61192 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.78611 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 7.58465 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 7.82345 ms
error rate desc_sort_timestamp_can_match_shortcut 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.62369 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.06556 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.25611 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.29189 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.36245 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.55219 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.78678 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.86679 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.16429 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.56541 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 9.62774 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 9.91898 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 6.83103 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.06968 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 8.40189 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 8.62288 ms
error rate asc_sort_timestamp_can_match_shortcut 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.01 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.44069 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.82157 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 9.83427 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.5716 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.0749 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.2957 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.28926 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 8.82794 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 %
Min Throughput term 2.01 ops/s
Mean Throughput term 2.01 ops/s
Median Throughput term 2.01 ops/s
Max Throughput term 2.01 ops/s
50th percentile latency term 3.97575 ms
90th percentile latency term 4.3667 ms
99th percentile latency term 4.48953 ms
100th percentile latency term 4.52346 ms
50th percentile service time term 2.6996 ms
90th percentile service time term 2.78819 ms
99th percentile service time term 2.88429 ms
100th percentile service time term 2.89665 ms
error rate term 0 %
Min Throughput multi_terms-keyword 1.18 ops/s
Mean Throughput multi_terms-keyword 1.18 ops/s
Median Throughput multi_terms-keyword 1.18 ops/s
Max Throughput multi_terms-keyword 1.18 ops/s
50th percentile latency multi_terms-keyword 86579.3 ms
90th percentile latency multi_terms-keyword 100258 ms
99th percentile latency multi_terms-keyword 103329 ms
100th percentile latency multi_terms-keyword 103497 ms
50th percentile service time multi_terms-keyword 840.583 ms
90th percentile service time multi_terms-keyword 849.018 ms
99th percentile service time multi_terms-keyword 874.486 ms
100th percentile service time multi_terms-keyword 879.397 ms
error rate multi_terms-keyword 0 %
Min Throughput keyword-terms 2 ops/s
Mean Throughput keyword-terms 2 ops/s
Median Throughput keyword-terms 2 ops/s
Max Throughput keyword-terms 2.01 ops/s
50th percentile latency keyword-terms 35.3712 ms
90th percentile latency keyword-terms 50.7871 ms
99th percentile latency keyword-terms 51.6011 ms
100th percentile latency keyword-terms 51.6885 ms
50th percentile service time keyword-terms 33.9897 ms
90th percentile service time keyword-terms 49.7842 ms
99th percentile service time keyword-terms 50.527 ms
100th percentile service time keyword-terms 50.7353 ms
error rate keyword-terms 0 %
Min Throughput keyword-terms-low-cardinality 2.01 ops/s
Mean Throughput keyword-terms-low-cardinality 2.01 ops/s
Median Throughput keyword-terms-low-cardinality 2.01 ops/s
Max Throughput keyword-terms-low-cardinality 2.01 ops/s
50th percentile latency keyword-terms-low-cardinality 31.5418 ms
90th percentile latency keyword-terms-low-cardinality 46.8316 ms
99th percentile latency keyword-terms-low-cardinality 47.9701 ms
100th percentile latency keyword-terms-low-cardinality 48.3648 ms
50th percentile service time keyword-terms-low-cardinality 30.2096 ms
90th percentile service time keyword-terms-low-cardinality 45.7243 ms
99th percentile service time keyword-terms-low-cardinality 46.3572 ms
100th percentile service time keyword-terms-low-cardinality 46.81 ms
error rate keyword-terms-low-cardinality 0 %
Min Throughput composite-terms 2 ops/s
Mean Throughput composite-terms 2 ops/s
Median Throughput composite-terms 2 ops/s
Max Throughput composite-terms 2 ops/s
50th percentile latency composite-terms 203.219 ms
90th percentile latency composite-terms 208.747 ms
99th percentile latency composite-terms 219.918 ms
100th percentile latency composite-terms 221.033 ms
50th percentile service time composite-terms 202.018 ms
90th percentile service time composite-terms 207.976 ms
99th percentile service time composite-terms 219.087 ms
100th percentile service time composite-terms 220.243 ms
error rate composite-terms 0 %
Min Throughput composite_terms-keyword 2 ops/s
Mean Throughput composite_terms-keyword 2 ops/s
Median Throughput composite_terms-keyword 2 ops/s
Max Throughput composite_terms-keyword 2 ops/s
50th percentile latency composite_terms-keyword 343.389 ms
90th percentile latency composite_terms-keyword 352.528 ms
99th percentile latency composite_terms-keyword 360.837 ms
100th percentile latency composite_terms-keyword 362.011 ms
50th percentile service time composite_terms-keyword 342.552 ms
90th percentile service time composite_terms-keyword 351.137 ms
99th percentile service time composite_terms-keyword 359.553 ms
100th percentile service time composite_terms-keyword 360.771 ms
error rate composite_terms-keyword 0 %
Min Throughput composite-date_histogram-daily 2.01 ops/s
Mean Throughput composite-date_histogram-daily 2.01 ops/s
Median Throughput composite-date_histogram-daily 2.01 ops/s
Max Throughput composite-date_histogram-daily 2.01 ops/s
50th percentile latency composite-date_histogram-daily 4.6904 ms
90th percentile latency composite-date_histogram-daily 5.12985 ms
99th percentile latency composite-date_histogram-daily 5.41952 ms
100th percentile latency composite-date_histogram-daily 5.47003 ms
50th percentile service time composite-date_histogram-daily 3.4024 ms
90th percentile service time composite-date_histogram-daily 3.54941 ms
99th percentile service time composite-date_histogram-daily 3.73628 ms
100th percentile service time composite-date_histogram-daily 3.7584 ms
error rate composite-date_histogram-daily 0 %
Min Throughput range 2.01 ops/s
Mean Throughput range 2.01 ops/s
Median Throughput range 2.01 ops/s
Max Throughput range 2.01 ops/s
50th percentile latency range 5.63088 ms
90th percentile latency range 6.07085 ms
99th percentile latency range 6.74764 ms
100th percentile latency range 6.97862 ms
50th percentile service time range 4.3163 ms
90th percentile service time range 4.4311 ms
99th percentile service time range 4.62357 ms
100th percentile service time range 4.69858 ms
error rate range 0 %
Min Throughput range-numeric 2.01 ops/s
Mean Throughput range-numeric 2.01 ops/s
Median Throughput range-numeric 2.01 ops/s
Max Throughput range-numeric 2.01 ops/s
50th percentile latency range-numeric 3.90089 ms
90th percentile latency range-numeric 4.31015 ms
99th percentile latency range-numeric 4.54956 ms
100th percentile latency range-numeric 4.57932 ms
50th percentile service time range-numeric 2.63094 ms
90th percentile service time range-numeric 2.71983 ms
99th percentile service time range-numeric 2.87568 ms
100th percentile service time range-numeric 2.91204 ms
error rate range-numeric 0 %
Min Throughput keyword-in-range 2.01 ops/s
Mean Throughput keyword-in-range 2.01 ops/s
Median Throughput keyword-in-range 2.01 ops/s
Max Throughput keyword-in-range 2.01 ops/s
50th percentile latency keyword-in-range 13.4346 ms
90th percentile latency keyword-in-range 13.9116 ms
99th percentile latency keyword-in-range 14.6853 ms
100th percentile latency keyword-in-range 15.007 ms
50th percentile service time keyword-in-range 12.1542 ms
90th percentile service time keyword-in-range 12.442 ms
99th percentile service time keyword-in-range 13.6637 ms
100th percentile service time keyword-in-range 13.7558 ms
error rate keyword-in-range 0 %
Min Throughput date_histogram_hourly_agg 2.01 ops/s
Mean Throughput date_histogram_hourly_agg 2.01 ops/s
Median Throughput date_histogram_hourly_agg 2.01 ops/s
Max Throughput date_histogram_hourly_agg 2.01 ops/s
50th percentile latency date_histogram_hourly_agg 7.03491 ms
90th percentile latency date_histogram_hourly_agg 8.42579 ms
99th percentile latency date_histogram_hourly_agg 8.85839 ms
100th percentile latency date_histogram_hourly_agg 8.8665 ms
50th percentile service time date_histogram_hourly_agg 5.59757 ms
90th percentile service time date_histogram_hourly_agg 6.98205 ms
99th percentile service time date_histogram_hourly_agg 7.54174 ms
100th percentile service time date_histogram_hourly_agg 7.70508 ms
error rate date_histogram_hourly_agg 0 %
Min Throughput date_histogram_minute_agg 2.01 ops/s
Mean Throughput date_histogram_minute_agg 2.01 ops/s
Median Throughput date_histogram_minute_agg 2.01 ops/s
Max Throughput date_histogram_minute_agg 2.01 ops/s
50th percentile latency date_histogram_minute_agg 40.6823 ms
90th percentile latency date_histogram_minute_agg 41.3396 ms
99th percentile latency date_histogram_minute_agg 44.1309 ms
100th percentile latency date_histogram_minute_agg 44.1579 ms
50th percentile service time date_histogram_minute_agg 39.4483 ms
90th percentile service time date_histogram_minute_agg 40.0054 ms
99th percentile service time date_histogram_minute_agg 42.5533 ms
100th percentile service time date_histogram_minute_agg 42.6709 ms
error rate date_histogram_minute_agg 0 %
Min Throughput scroll 49.68 pages/s
Mean Throughput scroll 49.77 pages/s
Median Throughput scroll 49.78 pages/s
Max Throughput scroll 49.85 pages/s
50th percentile latency scroll 596.571 ms
90th percentile latency scroll 674.626 ms
99th percentile latency scroll 692.123 ms
100th percentile latency scroll 692.595 ms
50th percentile service time scroll 485.713 ms
90th percentile service time scroll 494.929 ms
99th percentile service time scroll 530.963 ms
100th percentile service time scroll 551.036 ms
error rate scroll 0 %
Min Throughput query-string-on-message 2.01 ops/s
Mean Throughput query-string-on-message 2.01 ops/s
Median Throughput query-string-on-message 2.01 ops/s
Max Throughput query-string-on-message 2.01 ops/s
50th percentile latency query-string-on-message 6.50373 ms
90th percentile latency query-string-on-message 7.03092 ms
99th percentile latency query-string-on-message 7.98568 ms
100th percentile latency query-string-on-message 8.06769 ms
50th percentile service time query-string-on-message 5.25176 ms
90th percentile service time query-string-on-message 5.53604 ms
99th percentile service time query-string-on-message 6.61952 ms
100th percentile service time query-string-on-message 6.6846 ms
error rate query-string-on-message 0 %
Min Throughput query-string-on-message-filtered 2.01 ops/s
Mean Throughput query-string-on-message-filtered 2.01 ops/s
Median Throughput query-string-on-message-filtered 2.01 ops/s
Max Throughput query-string-on-message-filtered 2.01 ops/s
50th percentile latency query-string-on-message-filtered 13.1161 ms
90th percentile latency query-string-on-message-filtered 13.5989 ms
99th percentile latency query-string-on-message-filtered 16.0593 ms
100th percentile latency query-string-on-message-filtered 17.8388 ms
50th percentile service time query-string-on-message-filtered 11.8423 ms
90th percentile service time query-string-on-message-filtered 12.1627 ms
99th percentile service time query-string-on-message-filtered 15.0173 ms
100th percentile service time query-string-on-message-filtered 16.8461 ms
error rate query-string-on-message-filtered 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.01 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.3014 ms
90th percentile latency query-string-on-message-filtered-sorted-num 22.8921 ms
99th percentile latency query-string-on-message-filtered-sorted-num 25.1797 ms
100th percentile latency query-string-on-message-filtered-sorted-num 26.574 ms
50th percentile service time query-string-on-message-filtered-sorted-num 20.0976 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.3633 ms
99th percentile service time query-string-on-message-filtered-sorted-num 22.7367 ms
100th percentile service time query-string-on-message-filtered-sorted-num 24.1367 ms
error rate query-string-on-message-filtered-sorted-num 0 %
Min Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.74708 ms
90th percentile latency sort_keyword_can_match_shortcut 6.14079 ms
99th percentile latency sort_keyword_can_match_shortcut 6.73091 ms
100th percentile latency sort_keyword_can_match_shortcut 7.02563 ms
50th percentile service time sort_keyword_can_match_shortcut 4.46485 ms
90th percentile service time sort_keyword_can_match_shortcut 4.57255 ms
99th percentile service time sort_keyword_can_match_shortcut 5.10104 ms
100th percentile service time sort_keyword_can_match_shortcut 5.28714 ms
error rate sort_keyword_can_match_shortcut 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.01 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 6.02952 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.43063 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.68308 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.69153 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.72737 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.84164 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.93831 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.95337 ms
error rate sort_keyword_no_can_match_shortcut 0 %
Min Throughput sort_numeric_desc 2.01 ops/s
Mean Throughput sort_numeric_desc 2.01 ops/s
Median Throughput sort_numeric_desc 2.01 ops/s
Max Throughput sort_numeric_desc 2.01 ops/s
50th percentile latency sort_numeric_desc 5.53615 ms
90th percentile latency sort_numeric_desc 5.97572 ms
99th percentile latency sort_numeric_desc 6.17822 ms
100th percentile latency sort_numeric_desc 6.22702 ms
50th percentile service time sort_numeric_desc 4.33202 ms
90th percentile service time sort_numeric_desc 4.43691 ms
99th percentile service time sort_numeric_desc 4.60558 ms
100th percentile service time sort_numeric_desc 4.62773 ms
error rate sort_numeric_desc 0 %
Min Throughput sort_numeric_asc 2.01 ops/s
Mean Throughput sort_numeric_asc 2.01 ops/s
Median Throughput sort_numeric_asc 2.01 ops/s
Max Throughput sort_numeric_asc 2.01 ops/s
50th percentile latency sort_numeric_asc 5.60048 ms
90th percentile latency sort_numeric_asc 5.97055 ms
99th percentile latency sort_numeric_asc 6.20063 ms
100th percentile latency sort_numeric_asc 6.26647 ms
50th percentile service time sort_numeric_asc 4.27756 ms
90th percentile service time sort_numeric_asc 4.38551 ms
99th percentile service time sort_numeric_asc 4.49364 ms
100th percentile service time sort_numeric_asc 4.51095 ms
error rate sort_numeric_asc 0 %
Min Throughput sort_numeric_desc_with_match 2.01 ops/s
Mean Throughput sort_numeric_desc_with_match 2.01 ops/s
Median Throughput sort_numeric_desc_with_match 2.01 ops/s
Max Throughput sort_numeric_desc_with_match 2.01 ops/s
50th percentile latency sort_numeric_desc_with_match 3.56217 ms
90th percentile latency sort_numeric_desc_with_match 3.94241 ms
99th percentile latency sort_numeric_desc_with_match 4.07337 ms
100th percentile latency sort_numeric_desc_with_match 4.09289 ms
50th percentile service time sort_numeric_desc_with_match 2.31326 ms
90th percentile service time sort_numeric_desc_with_match 2.38564 ms
99th percentile service time sort_numeric_desc_with_match 2.54604 ms
100th percentile service time sort_numeric_desc_with_match 2.55071 ms
error rate sort_numeric_desc_with_match 0 %
Min Throughput sort_numeric_asc_with_match 2.01 ops/s
Mean Throughput sort_numeric_asc_with_match 2.01 ops/s
Median Throughput sort_numeric_asc_with_match 2.01 ops/s
Max Throughput sort_numeric_asc_with_match 2.01 ops/s
50th percentile latency sort_numeric_asc_with_match 3.5912 ms
90th percentile latency sort_numeric_asc_with_match 3.98453 ms
99th percentile latency sort_numeric_asc_with_match 4.24716 ms
100th percentile latency sort_numeric_asc_with_match 4.37868 ms
50th percentile service time sort_numeric_asc_with_match 2.31837 ms
90th percentile service time sort_numeric_asc_with_match 2.38665 ms
99th percentile service time sort_numeric_asc_with_match 2.5731 ms
100th percentile service time sort_numeric_asc_with_match 2.61097 ms
error rate sort_numeric_asc_with_match 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.67999 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.06619 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.26871 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.29886 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.39019 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.49586 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.68635 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 2.73974 ms
error rate range_field_conjunction_big_range_big_term_query 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.01 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.74989 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.10473 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.23574 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.23643 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.45294 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.51242 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.5775 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.57769 ms
error rate range_field_disjunction_big_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.67453 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.05844 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.5088 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.52121 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.33342 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.43519 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.79046 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.83223 ms
error rate range_field_conjunction_small_range_small_term_query 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.01 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.25849 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.4899 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.91059 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.91265 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.09994 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.14529 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.22111 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.23106 ms
error rate range_field_conjunction_small_range_big_term_query 0 %
Min Throughput range-auto-date-histo 0.28 ops/s
Mean Throughput range-auto-date-histo 0.28 ops/s
Median Throughput range-auto-date-histo 0.28 ops/s
Max Throughput range-auto-date-histo 0.28 ops/s
50th percentile latency range-auto-date-histo 754918 ms
90th percentile latency range-auto-date-histo 875502 ms
99th percentile latency range-auto-date-histo 902491 ms
100th percentile latency range-auto-date-histo 903980 ms
50th percentile service time range-auto-date-histo 3485.55 ms
90th percentile service time range-auto-date-histo 3643.97 ms
99th percentile service time range-auto-date-histo 3762.11 ms
100th percentile service time range-auto-date-histo 3812.05 ms
error rate range-auto-date-histo 0 %
Min Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.09 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.09 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.67226e+06 ms
90th percentile latency range-auto-date-histo-with-metrics 3.09319e+06 ms
99th percentile latency range-auto-date-histo-with-metrics 3.18761e+06 ms
100th percentile latency range-auto-date-histo-with-metrics 3.19283e+06 ms
50th percentile service time range-auto-date-histo-with-metrics 11118.7 ms
90th percentile service time range-auto-date-histo-with-metrics 11239.7 ms
99th percentile service time range-auto-date-histo-with-metrics 11341.7 ms
100th percentile service time range-auto-date-histo-with-metrics 11381.9 ms
error rate range-auto-date-histo-with-metrics 0 %
Min Throughput range-agg-1 2.01 ops/s
Mean Throughput range-agg-1 2.01 ops/s
Median Throughput range-agg-1 2.01 ops/s
Max Throughput range-agg-1 2.01 ops/s
50th percentile latency range-agg-1 3.90981 ms
90th percentile latency range-agg-1 4.37522 ms
99th percentile latency range-agg-1 4.61597 ms
100th percentile latency range-agg-1 4.68805 ms
50th percentile service time range-agg-1 2.60505 ms
90th percentile service time range-agg-1 2.71119 ms
99th percentile service time range-agg-1 2.79342 ms
100th percentile service time range-agg-1 2.8245 ms
error rate range-agg-1 0 %
Min Throughput range-agg-2 2.01 ops/s
Mean Throughput range-agg-2 2.01 ops/s
Median Throughput range-agg-2 2.01 ops/s
Max Throughput range-agg-2 2.01 ops/s
50th percentile latency range-agg-2 4.25167 ms
90th percentile latency range-agg-2 4.68691 ms
99th percentile latency range-agg-2 5.0932 ms
100th percentile latency range-agg-2 5.15056 ms
50th percentile service time range-agg-2 2.90192 ms
90th percentile service time range-agg-2 3.01144 ms
99th percentile service time range-agg-2 3.08845 ms
100th percentile service time range-agg-2 3.11194 ms
error rate range-agg-2 0 %
Min Throughput cardinality-agg-low 2.01 ops/s
Mean Throughput cardinality-agg-low 2.01 ops/s
Median Throughput cardinality-agg-low 2.01 ops/s
Max Throughput cardinality-agg-low 2.01 ops/s
50th percentile latency cardinality-agg-low 5.52863 ms
90th percentile latency cardinality-agg-low 6.27964 ms
99th percentile latency cardinality-agg-low 6.59152 ms
100th percentile latency cardinality-agg-low 6.6354 ms
50th percentile service time cardinality-agg-low 4.00222 ms
90th percentile service time cardinality-agg-low 4.83449 ms
99th percentile service time cardinality-agg-low 4.9724 ms
100th percentile service time cardinality-agg-low 5.02236 ms
error rate cardinality-agg-low 0 %
Min Throughput cardinality-agg-high 0.67 ops/s
Mean Throughput cardinality-agg-high 0.67 ops/s
Median Throughput cardinality-agg-high 0.67 ops/s
Max Throughput cardinality-agg-high 0.67 ops/s
50th percentile latency cardinality-agg-high 251343 ms
90th percentile latency cardinality-agg-high 291440 ms
99th percentile latency cardinality-agg-high 300353 ms
100th percentile latency cardinality-agg-high 300843 ms
50th percentile service time cardinality-agg-high 1489.41 ms
90th percentile service time cardinality-agg-high 1541.36 ms
99th percentile service time cardinality-agg-high 1607.88 ms
100th percentile service time cardinality-agg-high 1617.36 ms
error rate cardinality-agg-high 0 %
Min Throughput cardinality-agg-very-high 0.53 ops/s
Mean Throughput cardinality-agg-very-high 0.53 ops/s
Median Throughput cardinality-agg-very-high 0.53 ops/s
Max Throughput cardinality-agg-very-high 0.53 ops/s
50th percentile latency cardinality-agg-very-high 140522 ms
90th percentile latency cardinality-agg-very-high 196771 ms
99th percentile latency cardinality-agg-very-high 209316 ms
100th percentile latency cardinality-agg-very-high 210027 ms
50th percentile service time cardinality-agg-very-high 1890.99 ms
90th percentile service time cardinality-agg-very-high 1936.99 ms
99th percentile service time cardinality-agg-very-high 2025.66 ms
100th percentile service time cardinality-agg-very-high 2066.89 ms
error rate cardinality-agg-very-high 0 %
Min Throughput range_with_asc_sort 2.01 ops/s
Mean Throughput range_with_asc_sort 2.01 ops/s
Median Throughput range_with_asc_sort 2.01 ops/s
Max Throughput range_with_asc_sort 2.01 ops/s
50th percentile latency range_with_asc_sort 7.16211 ms
90th percentile latency range_with_asc_sort 7.58065 ms
99th percentile latency range_with_asc_sort 8.06308 ms
100th percentile latency range_with_asc_sort 8.09406 ms
50th percentile service time range_with_asc_sort 5.90416 ms
90th percentile service time range_with_asc_sort 5.95495 ms
99th percentile service time range_with_asc_sort 6.42572 ms
100th percentile service time range_with_asc_sort 6.62045 ms
error rate range_with_asc_sort 0 %
Min Throughput range_with_desc_sort 2.01 ops/s
Mean Throughput range_with_desc_sort 2.01 ops/s
Median Throughput range_with_desc_sort 2.01 ops/s
Max Throughput range_with_desc_sort 2.01 ops/s
50th percentile latency range_with_desc_sort 7.40217 ms
90th percentile latency range_with_desc_sort 7.57714 ms
99th percentile latency range_with_desc_sort 7.91417 ms
100th percentile latency range_with_desc_sort 8.12073 ms
50th percentile service time range_with_desc_sort 6.0972 ms
90th percentile service time range_with_desc_sort 6.19984 ms
99th percentile service time range_with_desc_sort 6.47467 ms
100th percentile service time range_with_desc_sort 6.55441 ms
error rate range_with_desc_sort 0 %

@opensearch-ci-bot
Copy link
Collaborator

Benchmark Baseline Comparison Results

Benchmark Results for Job: https://build.ci.opensearch.org/job/benchmark-compare/132/

Metric Task Baseline Contender Diff Unit
Cumulative indexing time of primary shards 0 0 0 min
Min cumulative indexing time across primary shard 0 0 0 min
Median cumulative indexing time across primary shard 0 0 0 min
Max cumulative indexing time across primary shard 0 0 0 min
Cumulative indexing throttle time of primary shards 0 0 0 min
Min cumulative indexing throttle time across primary shard 0 0 0 min
Median cumulative indexing throttle time across primary shard 0 0 0 min
Max cumulative indexing throttle time across primary shard 0 0 0 min
Cumulative merge time of primary shards 0 0 0 min
Cumulative merge count of primary shards 0 0 0
Min cumulative merge time across primary shard 0 0 0 min
Median cumulative merge time across primary shard 0 0 0 min
Max cumulative merge time across primary shard 0 0 0 min
Cumulative merge throttle time of primary shards 0 0 0 min
Min cumulative merge throttle time across primary shard 0 0 0 min
Median cumulative merge throttle time across primary shard 0 0 0 min
Max cumulative merge throttle time across primary shard 0 0 0 min
Cumulative refresh time of primary shards 0 0 0 min
Cumulative refresh count of primary shards 4 4 0
Min cumulative refresh time across primary shard 0 0 0 min
Median cumulative refresh time across primary shard 0 0 0 min
Max cumulative refresh time across primary shard 0 0 0 min
Cumulative flush time of primary shards 0 0 0 min
Cumulative flush count of primary shards 1 1 0
Min cumulative flush time across primary shard 0 0 0 min
Median cumulative flush time across primary shard 0 0 0 min
Max cumulative flush time across primary shard 0 0 0 min
Total Young Gen GC time 1.6 1.748 0.148 s
Total Young Gen GC count 73 75 2
Total Old Gen GC time 0 0 0 s
Total Old Gen GC count 0 0 0
Store size 22.1056 22.1056 0 GB
Translog size 5.12227e-08 5.12227e-08 0 GB
Heap used for segments 0 0 0 MB
Heap used for doc values 0 0 0 MB
Heap used for terms 0 0 0 MB
Heap used for norms 0 0 0 MB
Heap used for points 0 0 0 MB
Heap used for stored fields 0 0 0 MB
Segment count 18 18 0
Min Throughput wait-for-snapshot-recovery 4.17556e+07 4.18396e+07 83984 byte/s
Mean Throughput wait-for-snapshot-recovery 4.17556e+07 4.18396e+07 83984 byte/s
Median Throughput wait-for-snapshot-recovery 4.17556e+07 4.18396e+07 83984 byte/s
Max Throughput wait-for-snapshot-recovery 4.17556e+07 4.18396e+07 83984 byte/s
100th percentile latency wait-for-snapshot-recovery 563300 562248 -1052.75 ms
100th percentile service time wait-for-snapshot-recovery 563300 562248 -1052.75 ms
error rate wait-for-snapshot-recovery 0 0 0 %
Min Throughput wait-until-merges-finish 110.414 109.008 -1.40611 ops/s
Mean Throughput wait-until-merges-finish 110.414 109.008 -1.40611 ops/s
Median Throughput wait-until-merges-finish 110.414 109.008 -1.40611 ops/s
Max Throughput wait-until-merges-finish 110.414 109.008 -1.40611 ops/s
100th percentile latency wait-until-merges-finish 8.77803 8.72288 -0.05515 ms
100th percentile service time wait-until-merges-finish 8.77803 8.72288 -0.05515 ms
error rate wait-until-merges-finish 0 0 0 %
Min Throughput default 2.00464 2.0047 6e-05 ops/s
Mean Throughput default 2.00563 2.0057 7e-05 ops/s
Median Throughput default 2.00556 2.00562 6e-05 ops/s
Max Throughput default 2.00691 2.007 9e-05 ops/s
50th percentile latency default 6.834 7.09927 0.26527 ms
90th percentile latency default 7.28598 7.55432 0.26833 ms
99th percentile latency default 8.64093 8.42449 -0.21644 ms
100th percentile latency default 9.1176 8.62839 -0.4892 ms
50th percentile service time default 5.58083 5.77167 0.19084 ms
90th percentile service time default 5.91573 6.2086 0.29287 ms
99th percentile service time default 7.12568 7.19506 0.06937 ms
100th percentile service time default 7.7867 7.46221 -0.32448 ms
error rate default 0 0 0 %
Min Throughput desc_sort_timestamp 2.00488 2.00466 -0.00021 ops/s
Mean Throughput desc_sort_timestamp 2.00591 2.00565 -0.00026 ops/s
Median Throughput desc_sort_timestamp 2.00583 2.00558 -0.00026 ops/s
Max Throughput desc_sort_timestamp 2.00726 2.00693 -0.00033 ops/s
50th percentile latency desc_sort_timestamp 8.77488 8.71448 -0.06041 ms
90th percentile latency desc_sort_timestamp 9.22973 9.41879 0.18906 ms
99th percentile latency desc_sort_timestamp 10.7804 11.2184 0.43796 ms
100th percentile latency desc_sort_timestamp 11.7019 12.4245 0.72256 ms
50th percentile service time desc_sort_timestamp 7.47967 7.44202 -0.03765 ms
90th percentile service time desc_sort_timestamp 7.74448 7.78916 0.04467 ms
99th percentile service time desc_sort_timestamp 9.46792 9.74808 0.28016 ms
100th percentile service time desc_sort_timestamp 10.3657 10.9469 0.58126 ms
error rate desc_sort_timestamp 0 0 0 %
Min Throughput asc_sort_timestamp 2.00622 2.00616 -6e-05 ops/s
Mean Throughput asc_sort_timestamp 2.00754 2.00748 -7e-05 ops/s
Median Throughput asc_sort_timestamp 2.00744 2.00738 -6e-05 ops/s
Max Throughput asc_sort_timestamp 2.00925 2.00918 -7e-05 ops/s
50th percentile latency asc_sort_timestamp 8.27211 8.66548 0.39337 ms
90th percentile latency asc_sort_timestamp 8.8986 9.17273 0.27413 ms
99th percentile latency asc_sort_timestamp 10.8517 10.6429 -0.20882 ms
100th percentile latency asc_sort_timestamp 10.8847 11.7927 0.90803 ms
50th percentile service time asc_sort_timestamp 7.12004 7.40105 0.281 ms
90th percentile service time asc_sort_timestamp 7.35306 7.59813 0.24507 ms
99th percentile service time asc_sort_timestamp 9.34801 9.17445 -0.17356 ms
100th percentile service time asc_sort_timestamp 9.42013 10.046 0.6259 ms
error rate asc_sort_timestamp 0 0 0 %
Min Throughput desc_sort_with_after_timestamp 2.00277 2.00242 -0.00035 ops/s
Mean Throughput desc_sort_with_after_timestamp 2.00336 2.00294 -0.00042 ops/s
Median Throughput desc_sort_with_after_timestamp 2.00332 2.0029 -0.00042 ops/s
Max Throughput desc_sort_with_after_timestamp 2.00413 2.00361 -0.00051 ops/s
50th percentile latency desc_sort_with_after_timestamp 177.956 177.779 -0.17686 ms
90th percentile latency desc_sort_with_after_timestamp 185.184 179.68 -5.5036 ms
99th percentile latency desc_sort_with_after_timestamp 203.774 204.589 0.81526 ms
100th percentile latency desc_sort_with_after_timestamp 210.337 210.519 0.18254 ms
50th percentile service time desc_sort_with_after_timestamp 176.872 176.517 -0.35442 ms
90th percentile service time desc_sort_with_after_timestamp 184.129 178.514 -5.61459 ms
99th percentile service time desc_sort_with_after_timestamp 202.584 203.048 0.46402 ms
100th percentile service time desc_sort_with_after_timestamp 209.54 208.973 -0.56737 ms
error rate desc_sort_with_after_timestamp 0 0 0 %
Min Throughput asc_sort_with_after_timestamp 2.00371 2.00394 0.00023 ops/s
Mean Throughput asc_sort_with_after_timestamp 2.00449 2.00478 0.00029 ops/s
Median Throughput asc_sort_with_after_timestamp 2.00443 2.00471 0.00029 ops/s
Max Throughput asc_sort_with_after_timestamp 2.00551 2.00588 0.00037 ops/s
50th percentile latency asc_sort_with_after_timestamp 177.516 177.838 0.3222 ms
90th percentile latency asc_sort_with_after_timestamp 179.66 186.46 6.8 ms
99th percentile latency asc_sort_with_after_timestamp 193.924 195.785 1.86109 ms
100th percentile latency asc_sort_with_after_timestamp 193.993 197.276 3.28264 ms
50th percentile service time asc_sort_with_after_timestamp 176.289 176.736 0.44674 ms
90th percentile service time asc_sort_with_after_timestamp 178.462 185.118 6.65559 ms
99th percentile service time asc_sort_with_after_timestamp 192.68 194.884 2.20461 ms
100th percentile service time asc_sort_with_after_timestamp 192.832 195.992 3.16045 ms
error rate asc_sort_with_after_timestamp 0 0 0 %
Min Throughput desc_sort_timestamp_can_match_shortcut 2.00475 2.0045 -0.00025 ops/s
Mean Throughput desc_sort_timestamp_can_match_shortcut 2.00576 2.00546 -0.0003 ops/s
Median Throughput desc_sort_timestamp_can_match_shortcut 2.00568 2.00539 -0.00029 ops/s
Max Throughput desc_sort_timestamp_can_match_shortcut 2.00708 2.00671 -0.00037 ops/s
50th percentile latency desc_sort_timestamp_can_match_shortcut 7.7261 7.86146 0.13536 ms
90th percentile latency desc_sort_timestamp_can_match_shortcut 8.2284 8.31228 0.08388 ms
99th percentile latency desc_sort_timestamp_can_match_shortcut 9.45885 8.93004 -0.5288 ms
100th percentile latency desc_sort_timestamp_can_match_shortcut 9.70754 8.9605 -0.74705 ms
50th percentile service time desc_sort_timestamp_can_match_shortcut 6.38966 6.61192 0.22226 ms
90th percentile service time desc_sort_timestamp_can_match_shortcut 6.64391 6.78611 0.1422 ms
99th percentile service time desc_sort_timestamp_can_match_shortcut 8.24214 7.58465 -0.65748 ms
100th percentile service time desc_sort_timestamp_can_match_shortcut 8.35779 7.82345 -0.53434 ms
error rate desc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput desc_sort_timestamp_no_can_match_shortcut 2.00653 2.00653 -1e-05 ops/s
Mean Throughput desc_sort_timestamp_no_can_match_shortcut 2.00793 2.00791 -2e-05 ops/s
Median Throughput desc_sort_timestamp_no_can_match_shortcut 2.00782 2.0078 -1e-05 ops/s
Max Throughput desc_sort_timestamp_no_can_match_shortcut 2.00973 2.00972 -1e-05 ops/s
50th percentile latency desc_sort_timestamp_no_can_match_shortcut 7.68626 7.62369 -0.06257 ms
90th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.05193 8.06556 0.01364 ms
99th percentile latency desc_sort_timestamp_no_can_match_shortcut 8.69881 8.25611 -0.4427 ms
100th percentile latency desc_sort_timestamp_no_can_match_shortcut 9.08851 8.29189 -0.79663 ms
50th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.35269 6.36245 0.00976 ms
90th percentile service time desc_sort_timestamp_no_can_match_shortcut 6.57332 6.55219 -0.02113 ms
99th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.39997 6.78678 -0.6132 ms
100th percentile service time desc_sort_timestamp_no_can_match_shortcut 7.96533 6.86679 -1.09854 ms
error rate desc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_can_match_shortcut 2.00653 2.00651 -2e-05 ops/s
Mean Throughput asc_sort_timestamp_can_match_shortcut 2.00792 2.00791 -1e-05 ops/s
Median Throughput asc_sort_timestamp_can_match_shortcut 2.00781 2.0078 -1e-05 ops/s
Max Throughput asc_sort_timestamp_can_match_shortcut 2.00972 2.00971 -1e-05 ops/s
50th percentile latency asc_sort_timestamp_can_match_shortcut 8.07482 8.16429 0.08946 ms
90th percentile latency asc_sort_timestamp_can_match_shortcut 8.46995 8.56541 0.09546 ms
99th percentile latency asc_sort_timestamp_can_match_shortcut 8.84295 9.62774 0.7848 ms
100th percentile latency asc_sort_timestamp_can_match_shortcut 8.99045 9.91898 0.92853 ms
50th percentile service time asc_sort_timestamp_can_match_shortcut 6.84992 6.83103 -0.01889 ms
90th percentile service time asc_sort_timestamp_can_match_shortcut 7.01393 7.06968 0.05575 ms
99th percentile service time asc_sort_timestamp_can_match_shortcut 7.7072 8.40189 0.69469 ms
100th percentile service time asc_sort_timestamp_can_match_shortcut 8.2438 8.62288 0.37907 ms
error rate asc_sort_timestamp_can_match_shortcut 0 0 0 %
Min Throughput asc_sort_timestamp_no_can_match_shortcut 2.00653 2.00652 -0 ops/s
Mean Throughput asc_sort_timestamp_no_can_match_shortcut 2.00791 2.00791 -0 ops/s
Median Throughput asc_sort_timestamp_no_can_match_shortcut 2.0078 2.0078 -0 ops/s
Max Throughput asc_sort_timestamp_no_can_match_shortcut 2.00971 2.00972 1e-05 ops/s
50th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.50232 8.44069 -0.06163 ms
90th percentile latency asc_sort_timestamp_no_can_match_shortcut 8.86923 8.82157 -0.04766 ms
99th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.6213 9.83427 -0.78707 ms
100th percentile latency asc_sort_timestamp_no_can_match_shortcut 10.7665 10.5716 -0.19488 ms
50th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.06673 7.0749 0.00816 ms
90th percentile service time asc_sort_timestamp_no_can_match_shortcut 7.31531 7.2957 -0.01961 ms
99th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.06359 8.28926 -0.77432 ms
100th percentile service time asc_sort_timestamp_no_can_match_shortcut 9.11121 8.82794 -0.28327 ms
error rate asc_sort_timestamp_no_can_match_shortcut 0 0 0 %
Min Throughput term 2.00642 2.00644 2e-05 ops/s
Mean Throughput term 2.00779 2.00781 2e-05 ops/s
Median Throughput term 2.00769 2.00771 2e-05 ops/s
Max Throughput term 2.00957 2.00959 3e-05 ops/s
50th percentile latency term 3.88151 3.97575 0.09424 ms
90th percentile latency term 4.27279 4.3667 0.09391 ms
99th percentile latency term 4.37918 4.48953 0.11035 ms
100th percentile latency term 4.38162 4.52346 0.14185 ms
50th percentile service time term 2.59285 2.6996 0.10674 ms
90th percentile service time term 2.72687 2.78819 0.06133 ms
99th percentile service time term 2.88428 2.88429 1e-05 ms
100th percentile service time term 2.94985 2.89665 -0.0532 ms
error rate term 0 0 0 %
Min Throughput multi_terms-keyword 1.17621 1.18298 0.00677 ops/s
Mean Throughput multi_terms-keyword 1.17753 1.18374 0.00621 ops/s
Median Throughput multi_terms-keyword 1.17745 1.18371 0.00626 ops/s
Max Throughput multi_terms-keyword 1.17857 1.18439 0.00582 ops/s
50th percentile latency multi_terms-keyword 87668.4 86579.3 -1089.13 ms
90th percentile latency multi_terms-keyword 101431 100258 -1172.31 ms
99th percentile latency multi_terms-keyword 104550 103329 -1221.18 ms
100th percentile latency multi_terms-keyword 104719 103497 -1221.48 ms
50th percentile service time multi_terms-keyword 841.844 840.583 -1.26099 ms
90th percentile service time multi_terms-keyword 853.096 849.018 -4.07748 ms
99th percentile service time multi_terms-keyword 887.181 874.486 -12.6945 ms
100th percentile service time multi_terms-keyword 907.687 879.397 -28.2903 ms
error rate multi_terms-keyword 0 0 0 %
Min Throughput keyword-terms 2.0035 2.00392 0.00042 ops/s
Mean Throughput keyword-terms 2.00425 2.00476 0.00051 ops/s
Median Throughput keyword-terms 2.00419 2.00469 0.0005 ops/s
Max Throughput keyword-terms 2.00521 2.00584 0.00063 ops/s
50th percentile latency keyword-terms 35.5554 35.3712 -0.18422 ms
90th percentile latency keyword-terms 51.7625 50.7871 -0.97539 ms
99th percentile latency keyword-terms 53.0688 51.6011 -1.46776 ms
100th percentile latency keyword-terms 53.3297 51.6885 -1.64125 ms
50th percentile service time keyword-terms 34.0967 33.9897 -0.10698 ms
90th percentile service time keyword-terms 50.3658 49.7842 -0.58165 ms
99th percentile service time keyword-terms 52.034 50.527 -1.50702 ms
100th percentile service time keyword-terms 52.5561 50.7353 -1.82078 ms
error rate keyword-terms 0 0 0 %
Min Throughput keyword-terms-low-cardinality 2.0062 2.00598 -0.00022 ops/s
Mean Throughput keyword-terms-low-cardinality 2.00752 2.00727 -0.00025 ops/s
Median Throughput keyword-terms-low-cardinality 2.00742 2.00717 -0.00026 ops/s
Max Throughput keyword-terms-low-cardinality 2.00923 2.00892 -0.00031 ops/s
50th percentile latency keyword-terms-low-cardinality 32.0532 31.5418 -0.51138 ms
90th percentile latency keyword-terms-low-cardinality 47.1393 46.8316 -0.30773 ms
99th percentile latency keyword-terms-low-cardinality 47.9904 47.9701 -0.02031 ms
100th percentile latency keyword-terms-low-cardinality 48.3854 48.3648 -0.02061 ms
50th percentile service time keyword-terms-low-cardinality 30.6916 30.2096 -0.48196 ms
90th percentile service time keyword-terms-low-cardinality 45.8819 45.7243 -0.15758 ms
99th percentile service time keyword-terms-low-cardinality 46.4887 46.3572 -0.13152 ms
100th percentile service time keyword-terms-low-cardinality 46.7967 46.81 0.01332 ms
error rate keyword-terms-low-cardinality 0 0 0 %
Min Throughput composite-terms 2.00013 2.0022 0.00207 ops/s
Mean Throughput composite-terms 2.00017 2.00267 0.0025 ops/s
Median Throughput composite-terms 2.00017 2.00263 0.00246 ops/s
Max Throughput composite-terms 2.00021 2.00328 0.00306 ops/s
50th percentile latency composite-terms 211.087 203.219 -7.86742 ms
90th percentile latency composite-terms 216.707 208.747 -7.95939 ms
99th percentile latency composite-terms 224.756 219.918 -4.83797 ms
100th percentile latency composite-terms 227.815 221.033 -6.7813 ms
50th percentile service time composite-terms 209.573 202.018 -7.55457 ms
90th percentile service time composite-terms 215.182 207.976 -7.20598 ms
99th percentile service time composite-terms 223.568 219.087 -4.48045 ms
100th percentile service time composite-terms 226.976 220.243 -6.73279 ms
error rate composite-terms 0 0 0 %
Min Throughput composite_terms-keyword 2.00151 2.00199 0.00049 ops/s
Mean Throughput composite_terms-keyword 2.00184 2.00241 0.00057 ops/s
Median Throughput composite_terms-keyword 2.00182 2.00238 0.00056 ops/s
Max Throughput composite_terms-keyword 2.00227 2.00297 0.0007 ops/s
50th percentile latency composite_terms-keyword 355.939 343.389 -12.5502 ms
90th percentile latency composite_terms-keyword 364.843 352.528 -12.3153 ms
99th percentile latency composite_terms-keyword 373.473 360.837 -12.6352 ms
100th percentile latency composite_terms-keyword 374.221 362.011 -12.2097 ms
50th percentile service time composite_terms-keyword 355.148 342.552 -12.5958 ms
90th percentile service time composite_terms-keyword 363.824 351.137 -12.6877 ms
99th percentile service time composite_terms-keyword 372.178 359.553 -12.6242 ms
100th percentile service time composite_terms-keyword 372.244 360.771 -11.4726 ms
error rate composite_terms-keyword 0 0 0 %
Min Throughput composite-date_histogram-daily 2.00618 2.00615 -3e-05 ops/s
Mean Throughput composite-date_histogram-daily 2.0075 2.00746 -4e-05 ops/s
Median Throughput composite-date_histogram-daily 2.0074 2.00736 -4e-05 ops/s
Max Throughput composite-date_histogram-daily 2.00921 2.00917 -3e-05 ops/s
50th percentile latency composite-date_histogram-daily 4.26813 4.6904 0.42227 ms
90th percentile latency composite-date_histogram-daily 4.69015 5.12985 0.4397 ms
99th percentile latency composite-date_histogram-daily 4.79818 5.41952 0.62134 ms
100th percentile latency composite-date_histogram-daily 4.83106 5.47003 0.63897 ms
50th percentile service time composite-date_histogram-daily 2.99207 3.4024 0.41034 ms
90th percentile service time composite-date_histogram-daily 3.10123 3.54941 0.44818 ms
99th percentile service time composite-date_histogram-daily 3.50316 3.73628 0.23312 ms
100th percentile service time composite-date_histogram-daily 3.65275 3.7584 0.10565 ms
error rate composite-date_histogram-daily 0 0 0 %
Min Throughput range 2.00652 2.0065 -2e-05 ops/s
Mean Throughput range 2.00791 2.00789 -2e-05 ops/s
Median Throughput range 2.0078 2.00778 -2e-05 ops/s
Max Throughput range 2.00971 2.00969 -3e-05 ops/s
50th percentile latency range 5.87751 5.63088 -0.24663 ms
90th percentile latency range 6.28831 6.07085 -0.21746 ms
99th percentile latency range 6.40703 6.74764 0.34061 ms
100th percentile latency range 6.40741 6.97862 0.57121 ms
50th percentile service time range 4.5609 4.3163 -0.2446 ms
90th percentile service time range 4.6571 4.4311 -0.226 ms
99th percentile service time range 4.77661 4.62357 -0.15304 ms
100th percentile service time range 4.77932 4.69858 -0.08074 ms
error rate range 0 0 0 %
Min Throughput range-numeric 2.00654 2.00653 -1e-05 ops/s
Mean Throughput range-numeric 2.00794 2.00793 -0 ops/s
Median Throughput range-numeric 2.00783 2.00783 -0 ops/s
Max Throughput range-numeric 2.00974 2.00975 1e-05 ops/s
50th percentile latency range-numeric 3.85052 3.90089 0.05036 ms
90th percentile latency range-numeric 4.21744 4.31015 0.09271 ms
99th percentile latency range-numeric 4.52881 4.54956 0.02075 ms
100th percentile latency range-numeric 4.63516 4.57932 -0.05584 ms
50th percentile service time range-numeric 2.5618 2.63094 0.06914 ms
90th percentile service time range-numeric 2.66348 2.71983 0.05635 ms
99th percentile service time range-numeric 2.96692 2.87568 -0.09125 ms
100th percentile service time range-numeric 3.01965 2.91204 -0.10761 ms
error rate range-numeric 0 0 0 %
Min Throughput keyword-in-range 2.00574 2.00568 -6e-05 ops/s
Mean Throughput keyword-in-range 2.00696 2.00689 -7e-05 ops/s
Median Throughput keyword-in-range 2.00686 2.0068 -6e-05 ops/s
Max Throughput keyword-in-range 2.00854 2.00845 -9e-05 ops/s
50th percentile latency keyword-in-range 13.6321 13.4346 -0.19749 ms
90th percentile latency keyword-in-range 14.1877 13.9116 -0.27607 ms
99th percentile latency keyword-in-range 16.9851 14.6853 -2.29982 ms
100th percentile latency keyword-in-range 18.4945 15.007 -3.48752 ms
50th percentile service time keyword-in-range 12.364 12.1542 -0.20974 ms
90th percentile service time keyword-in-range 12.6586 12.442 -0.21665 ms
99th percentile service time keyword-in-range 15.802 13.6637 -2.13833 ms
100th percentile service time keyword-in-range 17.529 13.7558 -3.7732 ms
error rate keyword-in-range 0 0 0 %
Min Throughput date_histogram_hourly_agg 2.00521 2.00513 -8e-05 ops/s
Mean Throughput date_histogram_hourly_agg 2.00632 2.00622 -0.0001 ops/s
Median Throughput date_histogram_hourly_agg 2.00623 2.00613 -0.0001 ops/s
Max Throughput date_histogram_hourly_agg 2.00776 2.00764 -0.00013 ops/s
50th percentile latency date_histogram_hourly_agg 7.50098 7.03491 -0.46607 ms
90th percentile latency date_histogram_hourly_agg 8.95613 8.42579 -0.53034 ms
99th percentile latency date_histogram_hourly_agg 9.24488 8.85839 -0.38649 ms
100th percentile latency date_histogram_hourly_agg 9.29315 8.8665 -0.42665 ms
50th percentile service time date_histogram_hourly_agg 6.07428 5.59757 -0.47671 ms
90th percentile service time date_histogram_hourly_agg 7.51263 6.98205 -0.53058 ms
99th percentile service time date_histogram_hourly_agg 7.71286 7.54174 -0.17111 ms
100th percentile service time date_histogram_hourly_agg 7.73252 7.70508 -0.02744 ms
error rate date_histogram_hourly_agg 0 0 0 %
Min Throughput date_histogram_minute_agg 2.00592 2.00594 2e-05 ops/s
Mean Throughput date_histogram_minute_agg 2.00718 2.0072 2e-05 ops/s
Median Throughput date_histogram_minute_agg 2.00709 2.0071 1e-05 ops/s
Max Throughput date_histogram_minute_agg 2.00881 2.00886 5e-05 ops/s
50th percentile latency date_histogram_minute_agg 41.3813 40.6823 -0.69897 ms
90th percentile latency date_histogram_minute_agg 41.869 41.3396 -0.52938 ms
99th percentile latency date_histogram_minute_agg 44.6043 44.1309 -0.47348 ms
100th percentile latency date_histogram_minute_agg 45.921 44.1579 -1.76311 ms
50th percentile service time date_histogram_minute_agg 40.0317 39.4483 -0.58333 ms
90th percentile service time date_histogram_minute_agg 40.3743 40.0054 -0.36887 ms
99th percentile service time date_histogram_minute_agg 43.6219 42.5533 -1.06862 ms
100th percentile service time date_histogram_minute_agg 44.9176 42.6709 -2.2467 ms
error rate date_histogram_minute_agg 0 0 0 %
Min Throughput scroll 49.4423 49.6809 0.23856 pages/s
Mean Throughput scroll 49.6629 49.7732 0.11028 pages/s
Median Throughput scroll 49.6575 49.7772 0.11965 pages/s
Max Throughput scroll 49.8526 49.8471 -0.00547 pages/s
50th percentile latency scroll 909.38 596.571 -312.809 ms
90th percentile latency scroll 1110.81 674.626 -436.183 ms
99th percentile latency scroll 1184.19 692.123 -492.071 ms
100th percentile latency scroll 1189.59 692.595 -496.997 ms
50th percentile service time scroll 485.292 485.713 0.42082 ms
90th percentile service time scroll 491.783 494.929 3.14627 ms
99th percentile service time scroll 499.141 530.963 31.8222 ms
100th percentile service time scroll 499.559 551.036 51.4762 ms
error rate scroll 0 0 0 %
Min Throughput query-string-on-message 2.00551 2.00539 -0.00012 ops/s
Mean Throughput query-string-on-message 2.00668 2.00654 -0.00015 ops/s
Median Throughput query-string-on-message 2.00659 2.00645 -0.00014 ops/s
Max Throughput query-string-on-message 2.00821 2.00803 -0.00018 ops/s
50th percentile latency query-string-on-message 6.22375 6.50373 0.27999 ms
90th percentile latency query-string-on-message 6.66132 7.03092 0.3696 ms
99th percentile latency query-string-on-message 7.92961 7.98568 0.05607 ms
100th percentile latency query-string-on-message 8.09385 8.06769 -0.02617 ms
50th percentile service time query-string-on-message 4.93178 5.25176 0.31998 ms
90th percentile service time query-string-on-message 5.05302 5.53604 0.48302 ms
99th percentile service time query-string-on-message 6.26786 6.61952 0.35166 ms
100th percentile service time query-string-on-message 6.50055 6.6846 0.18405 ms
error rate query-string-on-message 0 0 0 %
Min Throughput query-string-on-message-filtered 2.00641 2.0064 -1e-05 ops/s
Mean Throughput query-string-on-message-filtered 2.00778 2.00778 -1e-05 ops/s
Median Throughput query-string-on-message-filtered 2.00768 2.00767 -1e-05 ops/s
Max Throughput query-string-on-message-filtered 2.00955 2.00955 -1e-05 ops/s
50th percentile latency query-string-on-message-filtered 13.0693 13.1161 0.04682 ms
90th percentile latency query-string-on-message-filtered 13.4737 13.5989 0.12527 ms
99th percentile latency query-string-on-message-filtered 16.1876 16.0593 -0.12834 ms
100th percentile latency query-string-on-message-filtered 17.7381 17.8388 0.10068 ms
50th percentile service time query-string-on-message-filtered 11.7109 11.8423 0.13141 ms
90th percentile service time query-string-on-message-filtered 12.0063 12.1627 0.15643 ms
99th percentile service time query-string-on-message-filtered 14.9803 15.0173 0.03708 ms
100th percentile service time query-string-on-message-filtered 16.4676 16.8461 0.37847 ms
error rate query-string-on-message-filtered 0 0 0 %
Min Throughput query-string-on-message-filtered-sorted-num 2.0059 2.00616 0.00027 ops/s
Mean Throughput query-string-on-message-filtered-sorted-num 2.00715 2.00747 0.00033 ops/s
Median Throughput query-string-on-message-filtered-sorted-num 2.00705 2.00737 0.00032 ops/s
Max Throughput query-string-on-message-filtered-sorted-num 2.00878 2.00918 0.0004 ops/s
50th percentile latency query-string-on-message-filtered-sorted-num 22.5968 22.3014 -0.29539 ms
90th percentile latency query-string-on-message-filtered-sorted-num 23.2137 22.8921 -0.32152 ms
99th percentile latency query-string-on-message-filtered-sorted-num 29.4825 25.1797 -4.30278 ms
100th percentile latency query-string-on-message-filtered-sorted-num 32.572 26.574 -5.99804 ms
50th percentile service time query-string-on-message-filtered-sorted-num 20.3299 20.0976 -0.23233 ms
90th percentile service time query-string-on-message-filtered-sorted-num 20.8449 20.3633 -0.48156 ms
99th percentile service time query-string-on-message-filtered-sorted-num 27.6513 22.7367 -4.91466 ms
100th percentile service time query-string-on-message-filtered-sorted-num 30.8078 24.1367 -6.6711 ms
error rate query-string-on-message-filtered-sorted-num 0 0 0 %
Min Throughput sort_keyword_can_match_shortcut 2.0064 2.0064 1e-05 ops/s
Mean Throughput sort_keyword_can_match_shortcut 2.00776 2.00776 -0 ops/s
Median Throughput sort_keyword_can_match_shortcut 2.00765 2.00765 0 ops/s
Max Throughput sort_keyword_can_match_shortcut 2.00953 2.00952 -1e-05 ops/s
50th percentile latency sort_keyword_can_match_shortcut 5.89979 5.74708 -0.15271 ms
90th percentile latency sort_keyword_can_match_shortcut 6.35164 6.14079 -0.21086 ms
99th percentile latency sort_keyword_can_match_shortcut 6.64093 6.73091 0.08998 ms
100th percentile latency sort_keyword_can_match_shortcut 6.79168 7.02563 0.23395 ms
50th percentile service time sort_keyword_can_match_shortcut 4.64226 4.46485 -0.17741 ms
90th percentile service time sort_keyword_can_match_shortcut 4.76396 4.57255 -0.19141 ms
99th percentile service time sort_keyword_can_match_shortcut 5.05608 5.10104 0.04496 ms
100th percentile service time sort_keyword_can_match_shortcut 5.2592 5.28714 0.02794 ms
error rate sort_keyword_can_match_shortcut 0 0 0 %
Min Throughput sort_keyword_no_can_match_shortcut 2.00657 2.00655 -2e-05 ops/s
Mean Throughput sort_keyword_no_can_match_shortcut 2.00797 2.00795 -2e-05 ops/s
Median Throughput sort_keyword_no_can_match_shortcut 2.00786 2.00784 -2e-05 ops/s
Max Throughput sort_keyword_no_can_match_shortcut 2.00978 2.00976 -2e-05 ops/s
50th percentile latency sort_keyword_no_can_match_shortcut 5.74781 6.02952 0.28172 ms
90th percentile latency sort_keyword_no_can_match_shortcut 6.12969 6.43063 0.30094 ms
99th percentile latency sort_keyword_no_can_match_shortcut 6.22015 6.68308 0.46293 ms
100th percentile latency sort_keyword_no_can_match_shortcut 6.24873 6.69153 0.4428 ms
50th percentile service time sort_keyword_no_can_match_shortcut 4.40752 4.72737 0.31985 ms
90th percentile service time sort_keyword_no_can_match_shortcut 4.49367 4.84164 0.34797 ms
99th percentile service time sort_keyword_no_can_match_shortcut 4.55771 4.93831 0.3806 ms
100th percentile service time sort_keyword_no_can_match_shortcut 4.57817 4.95337 0.3752 ms
error rate sort_keyword_no_can_match_shortcut 0 0 0 %
Min Throughput sort_numeric_desc 2.00539 2.00519 -0.0002 ops/s
Mean Throughput sort_numeric_desc 2.00653 2.00629 -0.00024 ops/s
Median Throughput sort_numeric_desc 2.00645 2.0062 -0.00024 ops/s
Max Throughput sort_numeric_desc 2.00802 2.00773 -0.00029 ops/s
50th percentile latency sort_numeric_desc 5.61792 5.53615 -0.08176 ms
90th percentile latency sort_numeric_desc 6.03542 5.97572 -0.0597 ms
99th percentile latency sort_numeric_desc 6.13082 6.17822 0.0474 ms
100th percentile latency sort_numeric_desc 6.15684 6.22702 0.07019 ms
50th percentile service time sort_numeric_desc 4.36769 4.33202 -0.03567 ms
90th percentile service time sort_numeric_desc 4.43624 4.43691 0.00067 ms
99th percentile service time sort_numeric_desc 4.49923 4.60558 0.10635 ms
100th percentile service time sort_numeric_desc 4.50062 4.62773 0.12711 ms
error rate sort_numeric_desc 0 0 0 %
Min Throughput sort_numeric_asc 2.00629 2.00643 0.00014 ops/s
Mean Throughput sort_numeric_asc 2.00762 2.0078 0.00017 ops/s
Median Throughput sort_numeric_asc 2.00751 2.00769 0.00017 ops/s
Max Throughput sort_numeric_asc 2.00936 2.00958 0.00022 ops/s
50th percentile latency sort_numeric_asc 5.16141 5.60048 0.43908 ms
90th percentile latency sort_numeric_asc 5.51499 5.97055 0.45556 ms
99th percentile latency sort_numeric_asc 5.64302 6.20063 0.55761 ms
100th percentile latency sort_numeric_asc 5.66388 6.26647 0.6026 ms
50th percentile service time sort_numeric_asc 3.89482 4.27756 0.38275 ms
90th percentile service time sort_numeric_asc 3.98376 4.38551 0.40176 ms
99th percentile service time sort_numeric_asc 4.20403 4.49364 0.2896 ms
100th percentile service time sort_numeric_asc 4.2519 4.51095 0.25904 ms
error rate sort_numeric_asc 0 0 0 %
Min Throughput sort_numeric_desc_with_match 2.00654 2.00652 -1e-05 ops/s
Mean Throughput sort_numeric_desc_with_match 2.00793 2.00792 -1e-05 ops/s
Median Throughput sort_numeric_desc_with_match 2.00782 2.00781 -1e-05 ops/s
Max Throughput sort_numeric_desc_with_match 2.00975 2.00973 -2e-05 ops/s
50th percentile latency sort_numeric_desc_with_match 3.63062 3.56217 -0.06845 ms
90th percentile latency sort_numeric_desc_with_match 4.05128 3.94241 -0.10887 ms
99th percentile latency sort_numeric_desc_with_match 4.54123 4.07337 -0.46786 ms
100th percentile latency sort_numeric_desc_with_match 4.72688 4.09289 -0.634 ms
50th percentile service time sort_numeric_desc_with_match 2.31832 2.31326 -0.00506 ms
90th percentile service time sort_numeric_desc_with_match 2.37379 2.38564 0.01185 ms
99th percentile service time sort_numeric_desc_with_match 2.42109 2.54604 0.12495 ms
100th percentile service time sort_numeric_desc_with_match 2.42771 2.55071 0.12299 ms
error rate sort_numeric_desc_with_match 0 0 0 %
Min Throughput sort_numeric_asc_with_match 2.00659 2.00659 -0 ops/s
Mean Throughput sort_numeric_asc_with_match 2.008 2.008 0 ops/s
Median Throughput sort_numeric_asc_with_match 2.00788 2.00789 1e-05 ops/s
Max Throughput sort_numeric_asc_with_match 2.00982 2.00983 1e-05 ops/s
50th percentile latency sort_numeric_asc_with_match 3.61291 3.5912 -0.02171 ms
90th percentile latency sort_numeric_asc_with_match 4.02516 3.98453 -0.04063 ms
99th percentile latency sort_numeric_asc_with_match 4.14333 4.24716 0.10383 ms
100th percentile latency sort_numeric_asc_with_match 4.15973 4.37868 0.21895 ms
50th percentile service time sort_numeric_asc_with_match 2.31001 2.31837 0.00836 ms
90th percentile service time sort_numeric_asc_with_match 2.37209 2.38665 0.01456 ms
99th percentile service time sort_numeric_asc_with_match 2.41177 2.5731 0.16132 ms
100th percentile service time sort_numeric_asc_with_match 2.41437 2.61097 0.1966 ms
error rate sort_numeric_asc_with_match 0 0 0 %
Min Throughput range_field_conjunction_big_range_big_term_query 2.00658 2.00658 -0 ops/s
Mean Throughput range_field_conjunction_big_range_big_term_query 2.00797 2.00799 2e-05 ops/s
Median Throughput range_field_conjunction_big_range_big_term_query 2.00787 2.00788 1e-05 ops/s
Max Throughput range_field_conjunction_big_range_big_term_query 2.00979 2.00981 2e-05 ops/s
50th percentile latency range_field_conjunction_big_range_big_term_query 3.95928 3.67999 -0.27929 ms
90th percentile latency range_field_conjunction_big_range_big_term_query 4.38463 4.06619 -0.31844 ms
99th percentile latency range_field_conjunction_big_range_big_term_query 4.68805 4.26871 -0.41934 ms
100th percentile latency range_field_conjunction_big_range_big_term_query 4.78383 4.29886 -0.48498 ms
50th percentile service time range_field_conjunction_big_range_big_term_query 2.71316 2.39019 -0.32297 ms
90th percentile service time range_field_conjunction_big_range_big_term_query 2.78775 2.49586 -0.29189 ms
99th percentile service time range_field_conjunction_big_range_big_term_query 2.93946 2.68635 -0.25311 ms
100th percentile service time range_field_conjunction_big_range_big_term_query 3.02042 2.73974 -0.28067 ms
error rate range_field_conjunction_big_range_big_term_query 0 0 0 %
Min Throughput range_field_disjunction_big_range_small_term_query 2.00655 2.00657 1e-05 ops/s
Mean Throughput range_field_disjunction_big_range_small_term_query 2.00795 2.00797 2e-05 ops/s
Median Throughput range_field_disjunction_big_range_small_term_query 2.00785 2.00786 2e-05 ops/s
Max Throughput range_field_disjunction_big_range_small_term_query 2.00976 2.00978 2e-05 ops/s
50th percentile latency range_field_disjunction_big_range_small_term_query 3.91521 3.74989 -0.16532 ms
90th percentile latency range_field_disjunction_big_range_small_term_query 4.32604 4.10473 -0.22131 ms
99th percentile latency range_field_disjunction_big_range_small_term_query 4.47408 4.23574 -0.23834 ms
100th percentile latency range_field_disjunction_big_range_small_term_query 4.49078 4.23643 -0.25435 ms
50th percentile service time range_field_disjunction_big_range_small_term_query 2.6291 2.45294 -0.17616 ms
90th percentile service time range_field_disjunction_big_range_small_term_query 2.70725 2.51242 -0.19483 ms
99th percentile service time range_field_disjunction_big_range_small_term_query 2.88663 2.5775 -0.30913 ms
100th percentile service time range_field_disjunction_big_range_small_term_query 2.92956 2.57769 -0.35188 ms
error rate range_field_disjunction_big_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_small_term_query 2.00657 2.00659 2e-05 ops/s
Mean Throughput range_field_conjunction_small_range_small_term_query 2.00798 2.00799 1e-05 ops/s
Median Throughput range_field_conjunction_small_range_small_term_query 2.00787 2.00788 1e-05 ops/s
Max Throughput range_field_conjunction_small_range_small_term_query 2.0098 2.00981 0 ops/s
50th percentile latency range_field_conjunction_small_range_small_term_query 3.85763 3.67453 -0.1831 ms
90th percentile latency range_field_conjunction_small_range_small_term_query 4.26988 4.05844 -0.21143 ms
99th percentile latency range_field_conjunction_small_range_small_term_query 4.38095 4.5088 0.12784 ms
100th percentile latency range_field_conjunction_small_range_small_term_query 4.40021 4.52121 0.121 ms
50th percentile service time range_field_conjunction_small_range_small_term_query 2.61199 2.33342 -0.27857 ms
90th percentile service time range_field_conjunction_small_range_small_term_query 2.68053 2.43519 -0.24534 ms
99th percentile service time range_field_conjunction_small_range_small_term_query 2.71448 2.79046 0.07598 ms
100th percentile service time range_field_conjunction_small_range_small_term_query 2.71828 2.83223 0.11395 ms
error rate range_field_conjunction_small_range_small_term_query 0 0 0 %
Min Throughput range_field_conjunction_small_range_big_term_query 2.00659 2.00658 -1e-05 ops/s
Mean Throughput range_field_conjunction_small_range_big_term_query 2.00799 2.00799 -1e-05 ops/s
Median Throughput range_field_conjunction_small_range_big_term_query 2.00789 2.00788 -1e-05 ops/s
Max Throughput range_field_conjunction_small_range_big_term_query 2.00981 2.00981 -0 ops/s
50th percentile latency range_field_conjunction_small_range_big_term_query 3.33835 3.25849 -0.07986 ms
90th percentile latency range_field_conjunction_small_range_big_term_query 3.79945 3.4899 -0.30955 ms
99th percentile latency range_field_conjunction_small_range_big_term_query 3.90741 3.91059 0.00318 ms
100th percentile latency range_field_conjunction_small_range_big_term_query 3.9122 3.91265 0.00045 ms
50th percentile service time range_field_conjunction_small_range_big_term_query 2.11635 2.09994 -0.01641 ms
90th percentile service time range_field_conjunction_small_range_big_term_query 2.16563 2.14529 -0.02033 ms
99th percentile service time range_field_conjunction_small_range_big_term_query 2.21657 2.22111 0.00455 ms
100th percentile service time range_field_conjunction_small_range_big_term_query 2.2254 2.23106 0.00566 ms
error rate range_field_conjunction_small_range_big_term_query 0 0 0 %
Min Throughput range-auto-date-histo 0.276782 0.284401 0.00762 ops/s
Mean Throughput range-auto-date-histo 0.276873 0.284503 0.00763 ops/s
Median Throughput range-auto-date-histo 0.276879 0.284496 0.00762 ops/s
Max Throughput range-auto-date-histo 0.276929 0.28462 0.00769 ops/s
50th percentile latency range-auto-date-histo 779117 754918 -24199.5 ms
90th percentile latency range-auto-date-histo 903406 875502 -27903.4 ms
99th percentile latency range-auto-date-histo 931420 902491 -28929.3 ms
100th percentile latency range-auto-date-histo 932964 903980 -28983.7 ms
50th percentile service time range-auto-date-histo 3595.09 3485.55 -109.539 ms
90th percentile service time range-auto-date-histo 3672.62 3643.97 -28.6542 ms
99th percentile service time range-auto-date-histo 3773.02 3762.11 -10.9138 ms
100th percentile service time range-auto-date-histo 3807.82 3812.05 4.22314 ms
error rate range-auto-date-histo 0 0 0 %
Min Throughput range-auto-date-histo-with-metrics 0.0919954 0.0895378 -0.00246 ops/s
Mean Throughput range-auto-date-histo-with-metrics 0.0920112 0.0895915 -0.00242 ops/s
Median Throughput range-auto-date-histo-with-metrics 0.0920131 0.0895679 -0.00245 ops/s
Max Throughput range-auto-date-histo-with-metrics 0.0920324 0.0897348 -0.0023 ops/s
50th percentile latency range-auto-date-histo-with-metrics 2.59628e+06 2.67226e+06 75980.8 ms
90th percentile latency range-auto-date-histo-with-metrics 3.01075e+06 3.09319e+06 82443.8 ms
99th percentile latency range-auto-date-histo-with-metrics 3.10355e+06 3.18761e+06 84058.8 ms
100th percentile latency range-auto-date-histo-with-metrics 3.1087e+06 3.19283e+06 84125.8 ms
50th percentile service time range-auto-date-histo-with-metrics 10845.4 11118.7 273.221 ms
90th percentile service time range-auto-date-histo-with-metrics 10934.9 11239.7 304.773 ms
99th percentile service time range-auto-date-histo-with-metrics 11047.2 11341.7 294.502 ms
100th percentile service time range-auto-date-histo-with-metrics 11095.3 11381.9 286.648 ms
error rate range-auto-date-histo-with-metrics 0 0 0 %
Min Throughput range-agg-1 2.00659 2.00658 -1e-05 ops/s
Mean Throughput range-agg-1 2.00799 2.00798 -2e-05 ops/s
Median Throughput range-agg-1 2.00788 2.00786 -2e-05 ops/s
Max Throughput range-agg-1 2.00981 2.00979 -3e-05 ops/s
50th percentile latency range-agg-1 3.82289 3.90981 0.08692 ms
90th percentile latency range-agg-1 4.23064 4.37522 0.14459 ms
99th percentile latency range-agg-1 5.2703 4.61597 -0.65434 ms
100th percentile latency range-agg-1 5.52612 4.68805 -0.83807 ms
50th percentile service time range-agg-1 2.45653 2.60505 0.14851 ms
90th percentile service time range-agg-1 2.60578 2.71119 0.1054 ms
99th percentile service time range-agg-1 3.23819 2.79342 -0.44477 ms
100th percentile service time range-agg-1 3.71463 2.8245 -0.89014 ms
error rate range-agg-1 0 0 0 %
Min Throughput range-agg-2 2.00658 2.00658 -0 ops/s
Mean Throughput range-agg-2 2.00798 2.00797 -1e-05 ops/s
Median Throughput range-agg-2 2.00788 2.00786 -1e-05 ops/s
Max Throughput range-agg-2 2.00981 2.00979 -2e-05 ops/s
50th percentile latency range-agg-2 3.89152 4.25167 0.36015 ms
90th percentile latency range-agg-2 4.27745 4.68691 0.40946 ms
99th percentile latency range-agg-2 4.55026 5.0932 0.54295 ms
100th percentile latency range-agg-2 4.5897 5.15056 0.56086 ms
50th percentile service time range-agg-2 2.62494 2.90192 0.27697 ms
90th percentile service time range-agg-2 2.75234 3.01144 0.2591 ms
99th percentile service time range-agg-2 2.8239 3.08845 0.26455 ms
100th percentile service time range-agg-2 2.82784 3.11194 0.2841 ms
error rate range-agg-2 0 0 0 %
Min Throughput cardinality-agg-low 2.00623 2.00623 0 ops/s
Mean Throughput cardinality-agg-low 2.00755 2.00755 1e-05 ops/s
Median Throughput cardinality-agg-low 2.00744 2.00745 1e-05 ops/s
Max Throughput cardinality-agg-low 2.00927 2.00928 1e-05 ops/s
50th percentile latency cardinality-agg-low 5.55504 5.52863 -0.02641 ms
90th percentile latency cardinality-agg-low 6.29728 6.27964 -0.01764 ms
99th percentile latency cardinality-agg-low 7.05574 6.59152 -0.46422 ms
100th percentile latency cardinality-agg-low 7.52251 6.6354 -0.88712 ms
50th percentile service time cardinality-agg-low 4.0575 4.00222 -0.05528 ms
90th percentile service time cardinality-agg-low 4.91531 4.83449 -0.08082 ms
99th percentile service time cardinality-agg-low 5.52594 4.9724 -0.55354 ms
100th percentile service time cardinality-agg-low 6.03961 5.02236 -1.01725 ms
error rate cardinality-agg-low 0 0 0 %
Min Throughput cardinality-agg-high 0.674675 0.665866 -0.00881 ops/s
Mean Throughput cardinality-agg-high 0.674957 0.666029 -0.00893 ops/s
Median Throughput cardinality-agg-high 0.674954 0.66603 -0.00892 ops/s
Max Throughput cardinality-agg-high 0.675272 0.666191 -0.00908 ops/s
50th percentile latency cardinality-agg-high 246277 251343 5066.2 ms
90th percentile latency cardinality-agg-high 285729 291440 5710.73 ms
99th percentile latency cardinality-agg-high 294577 300353 5775.81 ms
100th percentile latency cardinality-agg-high 295057 300843 5786.56 ms
50th percentile service time cardinality-agg-high 1471.24 1489.41 18.1727 ms
90th percentile service time cardinality-agg-high 1521.41 1541.36 19.9526 ms
99th percentile service time cardinality-agg-high 1592.07 1607.88 15.8099 ms
100th percentile service time cardinality-agg-high 1611.87 1617.36 5.4928 ms
error rate cardinality-agg-high 0 0 0 %
Min Throughput cardinality-agg-very-high 0.523259 0.526563 0.0033 ops/s
Mean Throughput cardinality-agg-very-high 0.524099 0.527103 0.003 ops/s
Median Throughput cardinality-agg-very-high 0.524068 0.527101 0.00303 ops/s
Max Throughput cardinality-agg-very-high 0.524744 0.527678 0.00293 ops/s
50th percentile latency cardinality-agg-very-high 141843 140522 -1320.84 ms
90th percentile latency cardinality-agg-very-high 197866 196771 -1095.12 ms
99th percentile latency cardinality-agg-very-high 210507 209316 -1191.09 ms
100th percentile latency cardinality-agg-very-high 211215 210027 -1187.3 ms
50th percentile service time cardinality-agg-very-high 1894.15 1890.99 -3.15985 ms
90th percentile service time cardinality-agg-very-high 1940.38 1936.99 -3.38971 ms
99th percentile service time cardinality-agg-very-high 1993.12 2025.66 32.5426 ms
100th percentile service time cardinality-agg-very-high 1995.97 2066.89 70.9159 ms
error rate cardinality-agg-very-high 0 0 0 %
Min Throughput range_with_asc_sort 2.0065 2.00653 2e-05 ops/s
Mean Throughput range_with_asc_sort 2.00789 2.00792 3e-05 ops/s
Median Throughput range_with_asc_sort 2.00778 2.00782 4e-05 ops/s
Max Throughput range_with_asc_sort 2.00969 2.00973 4e-05 ops/s
50th percentile latency range_with_asc_sort 7.57522 7.16211 -0.41311 ms
90th percentile latency range_with_asc_sort 7.98984 7.58065 -0.40919 ms
99th percentile latency range_with_asc_sort 8.3063 8.06308 -0.24322 ms
100th percentile latency range_with_asc_sort 8.35689 8.09406 -0.26283 ms
50th percentile service time range_with_asc_sort 6.28712 5.90416 -0.38296 ms
90th percentile service time range_with_asc_sort 6.42081 5.95495 -0.46587 ms
99th percentile service time range_with_asc_sort 7.12409 6.42572 -0.69838 ms
100th percentile service time range_with_asc_sort 7.51954 6.62045 -0.8991 ms
error rate range_with_asc_sort 0 0 0 %
Min Throughput range_with_desc_sort 2.00653 2.00653 0 ops/s
Mean Throughput range_with_desc_sort 2.00792 2.00792 -0 ops/s
Median Throughput range_with_desc_sort 2.00782 2.00782 0 ops/s
Max Throughput range_with_desc_sort 2.00972 2.00973 0 ops/s
50th percentile latency range_with_desc_sort 7.30708 7.40217 0.0951 ms
90th percentile latency range_with_desc_sort 7.71854 7.57714 -0.1414 ms
99th percentile latency range_with_desc_sort 7.85355 7.91417 0.06062 ms
100th percentile latency range_with_desc_sort 7.90363 8.12073 0.2171 ms
50th percentile service time range_with_desc_sort 5.96874 6.0972 0.12847 ms
90th percentile service time range_with_desc_sort 6.03279 6.19984 0.16706 ms
99th percentile service time range_with_desc_sort 6.15785 6.47467 0.31682 ms
100th percentile service time range_with_desc_sort 6.20415 6.55441 0.35025 ms
error rate range_with_desc_sort 0 0 0 %

@opensearch-trigger-bot opensearch-trigger-bot bot removed the stalled Issues that have stalled label Jul 11, 2025
@asimmahmood1
Copy link
Contributor

asimmahmood1 commented Jul 31, 2025

Hi @kkewwei,

I'm hoping to get this in for 3.2 but using mapping instead as @bharath-techie mentioned, default value of false. We've done a few benchmarks (#18751), some show no change in index size but another that shows 32%.

Do you want to continue with this PR? If not, I can take over.

@kkewwei
Copy link
Contributor Author

kkewwei commented Aug 4, 2025

Hi @kkewwei,

I'm hoping to get this in for 3.2 but using mapping instead as @bharath-techie mentioned, default value of false. We've done a few benchmarks (#18751), some show no change in index size but another that shows 32%.

Do you want to continue with this PR? If not, I can take over.

Thank you so much for sharing the test data. I’ll be focusing intently on following up with the test this week.

@asimmahmood1
Copy link
Contributor

Since the deadline for 3.2 is tomorrow, I posted a similar PR: #18889. Feel free to re-use it or review it, either way works for me.

@kkewwei kkewwei closed this Aug 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Enhancement or improvement to existing feature or request Indexing Indexing, Bulk Indexing and anything related to indexing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[SparseIndex] Modify FieldMappers to enable SkipList

5 participants